Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsamaya/my-node-starterkit
https://github.com/tsamaya/my-node-starterkit
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsamaya/my-node-starterkit
- Owner: tsamaya
- License: mit
- Created: 2016-01-20T00:18:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T00:54:57.000Z (almost 9 years ago)
- Last Synced: 2024-05-02T04:34:35.741Z (7 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## my-node-Starterkit
### Requirements
In order to download dependencies and build the app via the command line, you will need to install :
- [Node](http://nodejs.org),
- [Gulp](http://gulpjs.com)### Getting started
1. Fork or clone this repository
1. `cd` into the `repository` folder
1. `npm install` to install all the required dependencies from `npm`
1. lint and test using `gulp lint` and `gulp test`.### Features
- Sanely configured `gulpfile.js`, `package.json`, `.gitignore`, `.editorconfig`, `.jshintrc`, `.jsbeautifyrc`.
- Linting and testing is pre-configured.### Licensing
MIT