Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 883 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 883 Bytes

lmao frontend template

Includes React, Babel, Webpack and SCSS.

##Setup: Clone this repository:

git clone https://github.com/lmaohq/frontend-template.git

Install dependencies:

npm install

Run!

npm run serve

##Scripts npm run lint - Lints the code using our coding style (defined in .eslintrc.json, based upon airbnb/javascript)

npm run test - Lints the code, and then tests the code using Mocha

npm run build - Builds the code using Webpack

npm run serve - Serve using webpack-dev-server

npm run watch - Builds the code in Webpack watch mode

##Features:

  • React & Babel
  • Webpack
  • SCSS
  • Material Design (w/ material-ui)
  • Testing with Mocha.js
  • Sample Redux store