Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 175 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 175 Bytes

Build Setup

1/ install dependencies

npm install

2/ launch server in background

npm start &

3/ build application each time to apply changements

npm run build

...