https://github.com/bbmoz/nodejs-project-scaffold
https://github.com/bbmoz/nodejs-project-scaffold
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bbmoz/nodejs-project-scaffold
- Owner: bbmoz
- License: mit
- Created: 2017-03-26T04:32:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T04:59:01.000Z (about 9 years ago)
- Last Synced: 2025-01-29T15:50:46.637Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NodeJS Project Scaffold
[](https://travis-ci.org/bbmoz/nodejs-project-scaffold)
> This is a scaffold for building nodejs projects.
## Tasks
1. `npm start` *run app at **http://localhost:3000***
1. `npm t` *lint and run tests defined in **test/***
1. `npm run tdd` *run tests in TDD mode*
1. `npm i` *install npm deps*