Sudoku game in ReactJS. You can see live here.
- ReactJS
- Sudoku-umd - sudoku library,
- Webpack - module bundler,
- Babel - to compile ES6 code to ES5 (not all environments support ES6)
If you want to work with this project locally:
- Download this repository and run
npm install
- Start your project by running
npm start
- Project will be available at
localhost:8080
If you want to build production version, run npm run build
. Project will be created in /build directory.