hacking-creativity-back app generated by scaffold-express-app
This is a express scaffold project to quickly get up and running with express js project using typescript.
step 1:
Change directory to project folder
$ cd hacking-creativity-back
step 2:
Install the dependencies in the local node_modules folder.
$ npm install
step 3:
npm run start is a run command from your scripts located in your package.
$ npm run start
$ npm run build