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

https://github.com/kennetpostigo/mangosnake

Mango
https://github.com/kennetpostigo/mangosnake

Last synced: 2 months ago
JSON representation

Mango

Awesome Lists containing this project

README

        

## MangoSnake

This repository is holds the code for the snake game that will be coded out in the
workshop.

### Getting Started

**Clone Repo:**

```bash
git clone https://github.com/kennetpostigo/mangosnake.git
```

**Install Dependencies:**

```bash
npm install
```

**Compile Code:**

```
npm run watch
```

**Serve**

```
npm run dev
```