Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/node-template
my node project base tempate
https://github.com/ruanyl/node-template
Last synced: 18 days ago
JSON representation
my node project base tempate
- Host: GitHub
- URL: https://github.com/ruanyl/node-template
- Owner: ruanyl
- Created: 2014-03-23T10:33:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T09:29:07.000Z (over 10 years ago)
- Last Synced: 2024-11-05T14:55:50.860Z (2 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nodejs Project Template
=============Base nodejs project template
Clone the repo and use npm to install the other dependencies:
```
git clone
cd
npm install
npm install -g grunt-cli
```Run:
```
grunt
```View server at localhost:8080