Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reydvires/phaser3-vite-minimalist
https://github.com/reydvires/phaser3-vite-minimalist
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/reydvires/phaser3-vite-minimalist
- Owner: ReydVires
- Created: 2024-02-03T12:15:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:48:25.000Z (about 2 months ago)
- Last Synced: 2024-09-18T17:10:39.200Z (about 2 months ago)
- Language: TypeScript
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Prerequisites
You'll need [Node.js](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) installed.
It is highly recommended to use [Node Version Manager](https://github.com/nvm-sh/nvm) (nvm) to install Node.js and npm.
For Windows users there is [Node Version Manager for Windows](https://github.com/coreybutler/nvm-windows).
Install Node.js and `npm` with `nvm`:
```bash
nvm install nodenvm use node
```Replace 'node' with 'latest' for `nvm-windows`.
## Getting Started
You can clone this repository
```bash
npm install
```Start development server:
```
npm run dev
```To create a production build:
```
npm run build
```Production files will be placed in the `build` folder. Then upload those files to a web server. 🎉