git clone git@github.com:jairajs89/starter-kit-react.git
cd starter-kit-react
npm install
npm start
Go to http://localhost:5000/
in your browser
npm test
The test suite includes linting of styles and scripts
src/
index.jade
main.js
xlib/
lib/
component/
style/
img/
test/
lib/
component/
src/
All of our shipped codesrc/index.jade
Root file that compiles to HTML, put file dependencies heresrc/main.js
Root JS file that acts like the main method, all other files simply hold classessrc/xlib/
External dependenciessrc/lib/
Internal libraries and utilitiessrc/component/
UI component classes (built using React)src/style/
LESS style files (per component)src/img/
Static images