Skip to content

Boilerplate for a react application using webpack for building, babel for transpiling, react transform for hotloading and redux for state management

Notifications You must be signed in to change notification settings

camfletch/redux-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux and React Transform Boilerplate

Boilerplate for a simple React counter application using:

Getting Started

git clone https://github.com/cameronfletcher92/redux-boilerplate.git
cd redux-boilerplate
npm install

NPM Scripts

npm run clean - cleans the build directory
npm run build - builds a production ready index.html and bundle.js
npm run start - run the server in production mode (serves the files built from 'npm run build')
npm run dev   - run the server in development mode with hotloading and injected redux devtools

Demo of Redux Devtools

Demo of React Transform

About

Boilerplate for a react application using webpack for building, babel for transpiling, react transform for hotloading and redux for state management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published