This is technical assignment (express proxy api and frontend with react/redux). All specifications are covered + 2 bonus tasks.
$ git clone repository
$ cd cial_technical_assignment
Open one terminal tab and run next commands.
$ cd api
$ npm install
$ npm start
$ npm test
Backend will start on localhost port 8080.
Open second terminal tab and run next commands.
$ cd frontend
$ npm install
$ npm start
Frontend should automatically start in browser on localhost port 3000. If not just open browser on locahost port 3000.