https://github.com/kennetpostigo/mangosnakestarter
Mango
https://github.com/kennetpostigo/mangosnakestarter
Last synced: 2 months ago
JSON representation
Mango
- Host: GitHub
- URL: https://github.com/kennetpostigo/mangosnakestarter
- Owner: kennetpostigo
- Created: 2018-02-03T05:59:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T06:01:45.000Z (over 7 years ago)
- Last Synced: 2025-03-07T23:42:37.330Z (2 months ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
https://github.com/kennetpostigo/mangosnakestarter.git
```**Install Dependencies:**
```bash
npm install
```**Compile Code:**
```
npm run watch
```**Serve**
```
npm run dev
```