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-appInstall the dependencies...
$ cd estrela-app
$ yarn...then start Vite:
$ yarn devNavigate 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.
To create an optimised version of the app:
$ yarn build