Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 607 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 607 Bytes

cast

Dependency

  • server: sails v0.12.13
  • node: v7.6.0
  • database: mysql
  • session: redis
  • frontend: react v15.6.1

Javascript Style Guide

Make sure your IDE respect the settings in .editorconfig and use the linting guideline in .eslintrc.json.

Git Commit Guidelines

Follow Angular Rules here: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit

Download and install commitizen.

Running Project

Development

npm i
npm run dev

Staging & Production

npm i
npm run start