Basic structure for NodeJS projects with TypeScript 📂 📎
Make sure you have the recommended node
and npm
versions in this README. If everything is correct run this command on your terminal:
$ npm install --i
Make sure you have installed all the dependencies. In the project root type:
$ npm start dev
or $ npm start
run in production:
$ npm start prod
For buil the project use:
$ npm run prod
If everything goes well you will have this result in your terminal:
➡➡➡ The server is online: http://localhost:8080/api ☻