Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 399 Bytes

Project setup

  1. Install Node JS
  2. Clone repository:
git clone git@github.com:mosiichuk/landing-data-processing.git
  1. Install dependencies required for the project.
npm install
  1. 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.