- Install Node JS
- Clone repository:
git clone git@github.com:mosiichuk/frontend-base.git
- Install dependencies required for the project.
npm install
- To start development in the root of the folder run command:
npm start
It will run local dev server and all your changes will be immediately reflected in browser.