Simple Idle Clicker game made in ReactJS with Typescript.
Prerequisite: Node Package Manager (npm) download can be found here.
-
Clone this repository
git clone https://github.com/AntonioToni/idle-clicker
-
npm install
to install all required dependencies. -
npm start
to start the application. As you make changes the website will be automatically reloaded.
Idle Clicker roadmap can be found here.
There you can find upcoming features, bugs that need fixing or planned changes.
npm run build
npm install -g serve
npx serve -s build
More methods of deploying the App can be found here.
If you would like to contribute to the project, see Contributing.md
Make sure to check the roadmap and issue tracker.