Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

piersroberts/redux-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A really basic React/Redux single page app bootstrap, ready to go with Webpack

The SPA dev server requires webpack-dev-server so do npm install -g webpack webpack-dev-server first

To start devving;

  • Clone this repo
  • run npm install
  • run npm run-script dev
  • visit http://localhost:8088

If you want to build the production ready minified js and css

  • run npm run-script build

Fork away pals!

About

A basic skeleton to get you up and running straight away with Webpack and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published