Skip to content

Basic structure for NodeJS projects with TypeScript 📂 📎 :octocat:

License

Notifications You must be signed in to change notification settings

mpsdantas/boilerplate-node-typescript

Repository files navigation

Boilerplate NodeJS with TypeScript 🌈 ✈️

Basic structure for NodeJS projects with TypeScript 📂 📎 :octocat:

GitHub license NPM NODE

Install

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

Using

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

Build

For buil the project use:

$ npm run prod

Result

If everything goes well you will have this result in your terminal:

➡➡➡ The server is online: http://localhost:8080/api ☻

About

Basic structure for NodeJS projects with TypeScript 📂 📎 :octocat:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published