Skip to content

link2110/onibesite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 24.5%