step-by-step-cube-scrambler-react

Step-by-Step Rubik's Cube Scrambler

Stars
0

Step-by-Step Rubik's Cube Scrambler

Page

https://nwtgck.github.io/step-by-step-cube-scrambler-react/

Main features

  • React
  • TypeScript

How to run the server

$ cd <this repo>
$ npm install
$ npm start

Then you can access to http://localhost:8080/

How to build the server

$ cd <this repo>
$ npm install
$ npm run build

Then you can have ./build/index.html and ./build/bundle.js.

How to deploy the server to gh-pages

$ cd <this repo>
$ npm install
$ npm run deploy