项目作者: FlipTask

项目描述 :
React Redux Isomorphic Boilerplate (Webpack4, Babel 7, loadable-components, react-router-config)
高级语言: JavaScript
项目地址: git://github.com/FlipTask/react-redux-isomorphic-boilerplate.git


CircleCI

react-redux-isomorphic-boilerplate

Features

  • Docker (docker-engine >=v19.x)
  • Express >= v4.x
  • React >= v16.x
  • Redux >= v4.x
  • Loadable-components >= v5.x
  • Webpack >= v4.x
  • Babel >= v7.x
  • SASS

Prerequisite

Before proceeding futher install following prerequisite dependencies to start:

  • Node.js version >= v10.x
    #

Installation:

Steps to follow

  1. Clone ssr-stream-setup
  2. Change the current directory to ssr-stream-setup
    1. cd react-redux-isomorphic-boilerplate
  3. Run the install npm install

  4. Create a new file .env and Copy .env.example into .env

  5. To start the server run:

    1. npm run dev

    or for Production

    1. npm run build && npm run serve

    open http://localhost:3000 in browser.