Skip to content

galdranorn/sudoku-reactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-reactJS

Sudoku game in ReactJS. You can see live here.

Technologies used

  • ReactJS

Other tools

  • Sudoku-umd - sudoku library,
  • Webpack - module bundler,
  • Babel - to compile ES6 code to ES5 (not all environments support ES6)

Useful scripts

If you want to work with this project locally:

  1. Download this repository and run npm install
  2. Start your project by running npm start
  3. 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.

Releases

No releases published

Packages

No packages published