https://github.com/qduc/snake
Another experiment with React
https://github.com/qduc/snake
react
Last synced: about 2 months ago
JSON representation
Another experiment with React
- Host: GitHub
- URL: https://github.com/qduc/snake
- Owner: qduc
- License: mit
- Created: 2017-07-18T17:14:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T16:49:30.000Z (almost 9 years ago)
- Last Synced: 2025-08-25T07:30:51.734Z (10 months ago)
- Topics: react
- Language: JavaScript
- Homepage:
- Size: 507 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Snake game
Another experiment I made up to try out [React library](https://facebook.github.io/react/).
View a live demo at
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
Download [Node.js](https://nodejs.org) and install it.
### Installing
Install the dependencies
```
npm install
```
Start localhost web server
```
npm start
```
Wait a moment for the script to build the app then a new browser tab will be opened at
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details