Skip to content

sergeynechaev/react-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic template for ReactJS development

react + webpack + sass + babel (ES7)

This is my own starter template for ReactJS dev with:
  • react 15.0.0
  • react-router 2.0.1
  • babel 6.4.0 with ES7 features
  • webpack + hot loader
  • sass

Usage

Clone this repo into your local:

git clone --depth=1 https://github.com/sergeynechaev/react-webpack-starter.git <your-project-name>

Then, run:

npm install

Development

Modify the files under /src directory.

Production

Output is in the folder /build

About

Starter template for ReactJS development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published