https://github.com/scya597/agar-pocket
https://github.com/scya597/agar-pocket
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scya597/agar-pocket
- Owner: Scya597
- License: mit
- Created: 2017-12-06T14:39:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T06:17:56.000Z (over 7 years ago)
- Last Synced: 2025-01-23T15:51:17.480Z (4 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agar-Pocket ยท [](http://makeapullrequest.com)
> ๐ โจ An Agar.io clone develop by my template [*Pocket*](https://github.com/Scya597/Pocket)## 0. Table of Contents
- [Setup](#1-setup)
- [Development and Production](#2-development-and-production)## 1. Setup
```
git clone https://github.com/Scya597/Pocket.git
npm install
```## 2. Development and Production
### 2.1 To develop the project
```
npm run dev
```### 2.2 Build production bundle and run the server
```
npm run build
npm start
```