Skip to content

estrelajs/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Estrela app

This is a project template for Estrela apps.

To create a new project based on this template using degit:

$ npx degit estrelajs/template estrela-app
$ cd estrela-app

Get started

Install the dependencies...

$ cd estrela-app
$ yarn

...then start Vite:

$ yarn dev

Navigate to localhost:3000/. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

If you're using Visual Studio Code we recommend installing the official extension Estrela for Vscode.

Building and running in production mode

To create an optimised version of the app:

$ yarn build

About

Estrela App Template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published