https://2winsen.github.io/mines/
NodeJS version 10.x or higher
After cloning repository, go to project directory and run the following command to install dependencies
npm install
Then run the following command to launch development server
npm start
Open http://localhost:3000 to view it in the browser.
Once you are ready to deploy the app run the following command
npm run build
Push all your changes + docs
directory. Please note that package.json
version is automatically incremented by npm run build
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.