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

https://github.com/scya597/agar-pocket


https://github.com/scya597/agar-pocket

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Agar-Pocket ยท [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](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
```