Skip to content

lmaohq/frontend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Our frontend template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published