Skip to content

My starter pack for Webpack, ES6, React, Redux, and React-Router.

Notifications You must be signed in to change notification settings

likeabbas/Webpack-React-ES6-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My boilerplate for Webpack, ES6, React (with JSX), Redux and React Router.

Big thanks to Juho Vepsäläinen for getting me setup with this via his book, SurviveJS: Webpack. 

How to install:

git clone https://github.com/likeabbas/Webpack-React-ES6-Setup.git
npm install

How to use:

Developer Environment: npm run start
- Currently set to http://localhost:2000

Production Environment: npm run build
- Current generated output put into build/
- Bundles all client dependencies into a single Vendor.[hash].js
- All CSS files will need to be specified in the webpack config file. Do not include any CSS files in your JSX/JS files, that code is automatically generated by Webpack. 

 

About

My starter pack for Webpack, ES6, React, Redux, and React-Router.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published