Skip to content

kienD/react-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Boilerplate

This is a boilerplate template for react utilizing the following:

  • React
  • React-Bootstrap
  • Sass
  • Webpack
  • ES6 (ECMA2015)

Install

You can clone this repo and then run the command npm install in the root directory of this project.

Run

You can build this boilerplate by running the command npm run build. You can also use npm run watch to update on change.

Useful References