Skip to content

tszekely-spotcap/react-jumpsuit-webpack2-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Jumpsuit + Webpack2 Starter Kit

This is a fork of Budgeting, adjusted to my taste.

Contains

Make sure you have the latest node before using Webpack 2. Some depenencies my fail in older versions.

Update 01/23/2017: Bumped to Webpack 2.2 and React 15.4.2 with updates to webpack and babel config. Webpack's performance hints are on for production (npm run prod)

Setup

$ npm install

Running in dev mode

$ npm start

Running in production mode

$ npm run prod

Build (production)

$ npm run build

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • CSS 11.1%
  • HTML 2.2%