Skip to content

lulunac27a/react-endless-simple-idle-game

Repository files navigation

Endless Simple Idle Game using React

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.

Running The App

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Run npm start to start the server.
  4. Open localhost:3000 on your browser.

Running Unit Tests

Run npm run test to run unit tests after installing dependencies.

Building The App

Run npm run build to build the app for production mode and generates the build folder with minified code.