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