This starter kit provide a solid foundation of starting a new Reactjs web application. It uses: Reactjs, Redux, Expressjs, and Webpack.
- Clone this repo, and navigate to the directory
- Run command:
npm install
run following CMD in the repo root, then visit: http://localhost:3000
npm run dev
(Please report any errors stop the server to start.)
- use /client/routes/index.js as a start point
- check /client/routes/AboutView/index.js as a page route 'http://localhost:3000'
- https://facebook.github.io/react/
- http://redux.js.org
- https://webpack.js.org/concepts/
- https://github.com/davezuko/react-redux-starter-kit
MIT
My name is Chen Fang, a humble Full-Stack Software Engineer.