Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 274 Bytes

Coding-challenge

To install dependencies: npm install

To run the app in development and inteprete code updates in real time: npm run start:dev

To build the app (Compile the .ts files into .js files): npm run build

To build and run the app for production: npm run start