This is react-redux boilerplate.
to start:
- Install Node.js.
- Install yarn.
- In terminal run
git clone https://github.com/41x/test.git
. - Enter directory 'test'.
- Run
yarn
. - Run
yarn start
for development mode oryarn build
for production. - Open browser on 'http://localhost:3000'.