"Escape room" is a website of a company that conducts game quests of various subjects and difficulty levels. On the website you can find an interesting quest on your favorite topic and find out all the details about it.
This project works locally only. From your PC.
- React (TypeScript)
- React Router v.6
- Redux
- Webpack
- Styled-components
- clone repo with:
git clone git@github.com:BentonFraizer/escape-room.git
- go into the project folder with:
cd escape-room/
- install all dependencies with:
npm install
- run in the dev mode with:
npm start
After npm start command will be running local SERVER with data for the app, and the CLIENT.