Created for yandex.practicum React course (https://practicum.yandex.ru/react/).
You can view a live demo over at https://react-burger.tk/
To get the frontend running locally:
- Clone this repo
npm install
to install all req'd dependenciesnpm start
to start the local server (this project uses create-react-app)
Local web server will use port 3000. After start go to (http://localhost:3000/)
npm run test
npm run cypress