https://github.com/abrie/nl9
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abrie/nl9
- Owner: abrie
- Created: 2024-10-31T01:24:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:34:01.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:27:12.945Z (over 1 year ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nl9
## Development Boilerplate
This project includes a barebones development scaffold consisting of:
1. Yarn package manager
2. Vite dev tooling configured for vanilla TypeScript
3. Phaser with Vite and TypeScript configured to account for the lack of top-level default export
4. A basic app consisting of an empty Phaser scene
### Setup Instructions
1. Install Yarn package manager if you haven't already: https://classic.yarnpkg.com/en/docs/install
2. Clone the repository: `git clone `
3. Navigate to the project directory: `cd `
4. Install dependencies: `yarn install`
5. Start the development server: `yarn dev`
6. Open your browser and navigate to `http://localhost:3000` to see the app in action