项目作者: arbazsiddiqui

项目描述 :
A MVC skeleton for quick starting neat node web apps. Contains social-auth and basic CRUD.
高级语言: JavaScript
项目地址: git://github.com/arbazsiddiqui/node-skeleton.git
创建时间: 2015-12-23T23:39:14Z
项目社区:https://github.com/arbazsiddiqui/node-skeleton

开源协议:

下载


node-skeleton

A node application skeleton built for quick starting web apps, following MVC model and best practices.

Contains social-auth and basic CRUD operations.

Getting Started

  1. Perform a clone of this repo git clone https://github.com/arbazsiddiqui/node-skeleton
  2. Install Mongodb on your system.
  3. Install the required packages npm install
  4. Run the server node server
  5. Open http://localhost:8080
TODO:

Add a “Tasks” directory containing all the tasks for grunt.