Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 195 Bytes

File metadata and controls

22 lines (18 loc) · 195 Bytes

web app

To install and build run:

npm install

To just build run:

npm run-script build

To start the server run:

npm start

To stop the server run:

npm stop