Welcome to Stellar Burgers – the one and only cosmic diner!
- Typescript
- CSS Modules
- React + React Router
- Redux + Redux Thunk
- Jest
- Cypress
On the backend we use REST API and WebSockets.
- Clone repo –
git clone https://github.com/svetanti/react-burger.git
- Install the dependencies –
npm i
- Start the project –
npm start
- Go to http://localhost:3000/
- Clone repo –
git clone https://github.com/svetanti/react-burger.git
- Build the image –
docker build -t react-burger:latest .
- Run the container –
docker run --name nameofyourchoice -d -p 3000:3000 react-burger:latest
- Go to http://localhost:3000/