https://github.com/ajay-dhangar/rpg-character-creator
RPG Character Creator Challenge
https://github.com/ajay-dhangar/rpg-character-creator
Last synced: 6 months ago
JSON representation
RPG Character Creator Challenge
- Host: GitHub
- URL: https://github.com/ajay-dhangar/rpg-character-creator
- Owner: ajay-dhangar
- Created: 2024-05-17T10:06:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:06:38.000Z (over 1 year ago)
- Last Synced: 2025-03-19T06:51:45.640Z (7 months ago)
- Size: 12.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Warning: Vite enforces using jsx syntax inside jsx/tsx files, so it will complain about that. Solution: rename `.js` files to `.jsx` :)
Quick start:
```
$ npm install
$ npm start
````Head over to https://vitejs.dev/ to learn more about using vite