Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 760 Bytes

readme.md

File metadata and controls

55 lines (43 loc) · 760 Bytes

Onibe Express

  • Copy config.sample.json to config.json
npm install -g gulp
npm install
gulp default
  • Open on localhost:3000

Requirements

  • node v6.0.0 and above

Guidelines

Javascript:

  • set your IDE to follow .jshintrc
  • Use es6 syntax Design

Styles

Todos

  • Optimize Images
  • Replace Dynamic pages with React
  • Move Images to CDN
  • Add Blogging Capability
  • Server Unit Testing Via mocha
  • Client Unit Testing via karma
  • Deployment scripts
  • Dockerfile

Resources

http://devdocs.io/offline

DEBUGGING MODE

DEBUG=* npm start
DEBUG=onibe:server npm start

Start with pm2

git pull && pm2 start npm --name "onibe" -- start

Contributors

Submit a pull-request to be list as an contributor

  • lakepower