- Clone the repo via git
git clone https://github.com/FrontSpot-Community/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
- React A JavaScript library for building user interfaces
- Redux Predictable state container for JavaScript apps
- Redux-Saga Easier managing application side effects
- React-Router Collection of navigational components that compose declaratively with your application
- Babel Use next generation JavaScript
- ESLint The pluggable linting utility for JavaScript and JSX
- Webpack Bundler
Feel free to create issues and PRs 😃