My version of popular online game typeracer build in Next.js with firebase in TypeScript.
Also in project:
- React Context
- REST API
- Firebase Auth
- Yup Validator
- Framer Motion
- NProgress
- Multilanguage
- Download repo to your computer.
git clone https://github.com/kubo550/ecommerce.git
- Get into project main folder and install all dependencies
npm i
or if you are using yarnyarn
- Create .env file add create environment variables. see example
- Start development server
npm run dev
oryarn dev
- Case of any problem fell free to send me direct message on github.
"next": "11.0.1",
"react": "17.0.2",
"firebase": "^8.8.0",
"typescript": "4.3.5",
"@material-ui/core": "^4.12.2",
"styled-components": "^5.3.0"