Minimal React + Redux starter kit for experiments.
It has bare minimum to start development:
- React
- Redux
- Webpack
- Babel and css loaders
Example (from 'docs' directory): https://enkot.github.io/Minimal-React/
Read article on Medium.
Clone from repository:
$ git clone https://github.com/enkot/Minimal-React.git
Install dependencies:
$ yarn // or 'npm install'
Build files and start local server in watch mode:
$ yarn start // or 'npm start'
Open the web browser to http://localhost:8080/
and you will see simple project management app (like Trello board):