Skip to content

💻 A quick start to build api's with nodejs and typescript

License

Notifications You must be signed in to change notification settings

fsmaiorano/nodejs-typescript-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS-Typescript-Gulp

Dependencies

This project need the NodeJS installed on your machine.

If you dont have one of these packages on your computer, follow the steps:

NodeJS

Download and install

https://nodejs.org/en/

Now we have the basic for execute the project.

Open a Terminal in the same directory of package.json file and run the command:

$ npm install

After install all dependencies, you are ready for start the project.

Enviroments

Development

$ npm run gulp and npm run dev

Releases

No releases published

Packages

No packages published