Skip to content

Latest commit

 

History

History
46 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (17 loc) · 1.12 KB

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 ☻