Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 359 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 359 Bytes

Run app on your local machine

  1. Clone app to your computer (git clone https://github.com/Algoritm211/five-steps-frontend.git)
  2. Run npm install to install all libraries (dependencies) of project
  3. Make .env file with BASE_URL, where set main URL of backend
  4. Launch project with command npm run start. App will be run on http://localhost:3000