Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 504 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 504 Bytes

react-spa-boilerplate

Clone and Play React + Webpack + Less Single Page Application Minimal Boilerplate.

Usage

This my boilerplate for React projects.

  1. Clone the project:
$ git clone [email protected]:kewitz/react-spa-boilerplate.git
  1. Instal dependencies:
$ yarn
  1. Run:
$ yarn start
  1. Edit app/index.html to include your project informations.

Files Generated

build/
├── bundle.js
├── index.html
├── style.css
└── style.css.map