This project is bootstraped using the create-react-app
package.
In order to run it, simply:
git clone https://github.com/3nvi/react-simple-minesweeper
cd react-simple-minesweeper
npm installd
NODE_OPTIONS=--openssl-legacy-provider npm run start
To run the tests you should run:
npm run test
and finally to create a production build, you should run:
NODE_OPTIONS=--openssl-legacy-provider npm run build