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
- Host: GitHub
- URL: https://github.com/fsmaiorano/nodejs-typescript-gulp
- Owner: fsmaiorano
- License: gpl-3.0
- Created: 2018-04-04T01:48:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-07T18:31:23.000Z (about 8 years ago)
- Last Synced: 2025-06-04T02:47:02.193Z (about 1 year ago)
- Topics: gulp, gulp-plugin, gulp-tasks, nodejs, nodemon, ts-node, types, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```