Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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