Skip to content

WeshGuillaume/minus-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minus-graphql

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, Apollo, GraphQL, 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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%