Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 519 Bytes

Development

Run the web app locally

Scripts

npm run web: starts the web app in development

npm run start: starts the application in development using nodemon and ts-node to do hot reloading.

npm run build: nuilds the app at build, cleaning the folder first.

npm run start:prod: starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.