This app is an endless idle game written in JavaScript using React templates. You earn points when you click on the button. Try it on CodeSandbox.
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm startto start the server. - Open
localhost:3000on your browser.
Run npm run test to run unit tests after installing dependencies.
Run npm run build to build the app for production mode and generates the build folder with minified code.