Skip to content
forked from SIGSEV/minus

React / Redux universal app starter, focused on minimalism and beauty

License

Notifications You must be signed in to change notification settings

marian-andre/minus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minus

Minimalist starter for universal apps

  • No. Fucking. Bullshit. Just the code.
  • 100% ES6/ES7 using Babel 6.
  • 100% universal — page is rendered server side for initial load
  • Use React, Redux and react-router
  • Fully linted, with large amount of eslint rules
  • Happy developer experience:
    • Hot reloading components, styles, actions and reducers
    • Out-of-the-box support of redux-devtools chrome extension
    • Ready to use build system, with assets renaming and optimizations

Examples

Usage

Launch the dev environment (with hot-reloading):

npm start

Launch the build:

npm run build

Launch the app in prod mode (with universal rendering):

npm run prod

If you want to see more commands, just read the fucking package.json.

About

React / Redux universal app starter, focused on minimalism and beauty

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Shell 0.9%