sammok / Express.js-Web-Application-generator

Simple App Back-end generator for convenient starting my new Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express.js Web Application Server generator

based on Express.js, Mongodb, Redis

Provides a basic User models, wathing main directories using Gulp, auto restart the App Server when you change the listening target.

How to use

Step by step:
$ echo "127.0.0.1 http://your-product-develpment-domain.com" | sudo tee -a /etc/hosts set a local domain that you want to use

modify the Server Configuration file in ./core/config.json, change the database, server, client fields as your project configuration

$ npm install download gulp dependencies

$ cd core/ && npm install download App Server dependencies

$ gulp help to see the task commands

$ gulp develop starting the Server, watching main files, auto restart the App Server when listening targets changed.

About

Simple App Back-end generator for convenient starting my new Project


Languages

Language:JavaScript 99.0%Language:HTML 0.7%Language:CSS 0.3%