test-task-flatstack

Test task for Flatstack. Includes ReactJs code and Functional programming patterns. Building in webpack, styling in SCSS.

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

To create a development build:

npm run build-dev

To use linter:

npm run lint

To fix problem with linter:

npm run lint

Powered by Khalimov Nail