/Pocket

An IO-Game development template

Primary LanguageJavaScriptMIT LicenseMIT

Pocket · PRs Welcome

🎉 ✨ An IO-Game development template

0. Table of Contents

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