GithubHelp home page GithubHelp logo

siamhtmlreact's Introduction

React Redux Universal Starter Kit

Overview

A simple Universal Starter Kit using React, Redux and ECMAScript 2015. As you can see, there are so many starter kits and boilerplates about React out there. But sometimes we've just needed a tool to get thing done quickly and easy to understand! If you don't have much time to do some researches about React and its companies, this starter kit is a good start.

Concepts

  • To provide examples of usage that we often used to build a universal web app.
  • Focus on Universal Web App. (That's why we've used JSON-Server to mock a REST API)
  • Keep it easy to understand.

Key Features

  • Universal (aka Isomorphic)
  • ECMAScript 2015
  • Hot Reloading
  • Debugging
  • Code Splitting
  • CSS Modules
  • Fake REST API

Examples Included

  • Authentication
  • Data Dependencies
  • Page Transition
  • jQuery Usage (if it is needed)
  • Performance Tools Usage
  • Testing

Libraries used

  • React
    • React Router
    • React Router Redux
    • React Helmet
    • React CSS Modules
  • Redux
    • Redux Form
    • Redux Mock Store
    • Redux DevTools
  • Testing
    • Mocha
    • Chai
    • Enzyme
  • More Tools
    • Babel
    • ESLint
    • JSON Server
    • Updeep
    • Webpack

Installation

npm install

Running Dev Server

npm run dev

Running Production Server

npm run build
npm run start

Deployment on Heroku

heroku login
heroku create
git push heroku master
heroku open

Quickstart

coming soon...

Roadmap

  • Add more prop validations
  • Add more tests
  • Flow
  • Jest
  • GraphQL / Relay

Contributing

Contributions, questions and comments are all welcome.

Please check your code using npm run lint before submitting your pull requests.

siamhtmlreact's People

Contributors

smartlt avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.