An open API service indexing awesome lists of open source software.

https://github.com/fsmaiorano/nodejs-typescript-gulp

💻 A quick start to build api's with nodejs and typescript
https://github.com/fsmaiorano/nodejs-typescript-gulp

gulp gulp-plugin gulp-tasks nodejs nodemon ts-node types typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```sh
$ npm install
```

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

## Enviroments

### Development

```
$ npm run gulp and npm run dev
```