Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 545 Bytes

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