An open API service indexing awesome lists of open source software.

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

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