Node.ts uses Typescript, Node.js, Express and MongoDB.
Running Locally
Make sure you have Node.js and gulp installed.
Install gulp using
npm install -g gulp
command.
Use nodemon to have your server restart
on file changes. Install nodemon using
npm install -g nodemon
.
Then start your server with nodemon index.js.
npm i
gulp build
npm start
Your app should now be running on localhost:3500.
Create .env file in root directory using .env.example file.
Run test using
npm test
command.