Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 301 Bytes

React + Redux + React Router v4 (with Layouts)

This is just the example of React + Redux + React Router v4 (with Layouts).

run local

  1. install node packages

npm install

  1. set port at .env

rename .env.example to .env

  1. run webpack

npm run webpack

  1. run server

npm run server