Skip to content

dnshi/rrwkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRWKG

🎉🎉🎉

React + Redux + Webpack + Koa2 + GraphQL

This is a sample project using React, Redux, Webpack, Koa2 and GraphQL

Requirements

  • node >= v4.x.x
  • npm >= v3.x.x

Features

Front-end

  • React
    • react-hot-loader
  • Redux
    • react-redux
    • redux-thunk
    • redux-devtools
  • React Router
    • react-router-redux
  • SCSS / CSS Modules
  • Font Awesome
  • Lodash
  • Bootstrap v4

Back-end

  • Koa 2
  • GraphQL
  • Socket.io / SocketCluster
  • RethinkDB

Builder

  • Webpack 2
  • Webpack Dev Server
  • Babel 6
    • ES7 - (stage-0)
    • React

Test runner

  • AVA
  • Enzyme

Lint

  • ESLint
    • Airbnb's .eslintrc
    • eslint-cli
    • eslint-loader

Code coverage tool

  • nyc

Run Dev

npm install
npm run dev
npm run devServer
node ./server
# open your browser http://localhost:3000 to access

Run Build (WIP)

npm install
npm run build

About

Sample project using React, Redux, Webpack, Koa2 and GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors