https://github.com/elucidation/clickerjs
Simple clicking game to learn React
https://github.com/elucidation/clickerjs
Last synced: about 1 year ago
JSON representation
Simple clicking game to learn React
- Host: GitHub
- URL: https://github.com/elucidation/clickerjs
- Owner: Elucidation
- License: apache-2.0
- Created: 2015-12-27T04:25:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T14:53:16.000Z (about 3 years ago)
- Last Synced: 2025-04-19T14:58:16.734Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://elucidation.github.io/ClickerJs
- Size: 199 KB
- Stars: 28
- Watchers: 3
- Forks: 84
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickerJs
Simple clicking game to learn [React](https://facebook.github.io/react/)
[Post discussing creation process](http://www.samansari.info/2015/12/relearning-web-development-by-writing.html)
## Installation
Install dependencies using [npm](https://docs.npmjs.com/getting-started/what-is-npm):
npm install
Build `bundle.js` using:
npm run build
Then open `index.html` with your browser, or see it live on github at http://elucidation.github.io/ClickerJs