The goal of this project is to provide a set of step by step guided samples, covering core concepts of React + Redux (basic concepts, middleware, ...)
Characteristics:
- Bundling based on webpack.
- React + Redux + Typescript based.
- Simple navigation using react-router.
Contributors and reviewers are more than welcome.
##To get started:
- Install NodeJS
npm install webpack -g
- Installs webpack- Download this repo
- Open the command line of your choice and cd to the root directory of this repo on your machine, then cd to one of the demos projects.
npm install
- Installs packagesnpm start
- Builds the project and launch a lite web server (webpack-devserver).- Navigate to http://localhost:8080/ if your browser doesn't open automatically.
Bundling + npm start based on webpack.
Hello world, simples react render sample.