- Clone the repo via git
git clone https://github.com/SergeyKovalchuk/code-battle.git
- Enter the folder
cd code-battle - Install dependencies
yarn install or npm install
- Run project
yarn start or npm start
yarn run build or npm run build-
google style with additional rules
-
code quality tool: ESLint
💡 You can't commit if you have code style errors or test failed
- Node.js
- Express
- React+Redux
- Webpack
- MongoDB
- Yarn