#Test assignment for csssr.ru
based on csssr project template (https://github.com/CSSSR/csssr-project-template)
##Installation
- Clone the repository:
git clone git@github.com:tardiva/csssr-quest
- Install the application:
npm install
- Run:
npm run build
- Start the app:
npm start
- View in browser at
http://localhost:3000