Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 996 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 996 Bytes

calculadora-de-mercado

Acessar Web App

Tech stack

Getting started

> 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.

Building and running in production mode

To create an optimised version of the app:

> yarn run build