Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 200 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 200 Bytes

Install the dependencies

npm install

Run the dev server with hot reload at localhost:8080

npm run dev

Build the app for production

npm run build