Rirax / minus

React / Redux isomorphic starter, focused on minimalism and beauty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minus

Minimalist starter for isomorphic apps

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

Usage

Launch the dev environment:

npm start

Launch the build:

npm run build

Launch the app in prod mode:

npm run prod

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

About

React / Redux isomorphic starter, focused on minimalism and beauty


Languages

Language:JavaScript 100.0%