- Vite
- Svelte
- TypeScript
- Workbox
- PWA stuff...
> git clone https://github.com/iagobruno/calculadora-de-mercado
> cd calculadora-de-mercado
> yarn install
> yarn run dev
And then open localhost:3000 in your browser.
If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
To create an optimised version of the app:
> yarn run build