https://github.com/neonarray/babylon
https://github.com/neonarray/babylon
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neonarray/babylon
- Owner: NeonArray
- Created: 2021-10-04T17:23:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T17:07:48.000Z (over 4 years ago)
- Last Synced: 2025-03-25T04:14:52.210Z (about 1 year ago)
- Language: TypeScript
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The app is built using TypeScript and Parcel.
To run it:
1. Install dependencies.
`npm install`
2. Excute the build task, which runs parcel and starts the dev server.
`npm run-script build`
3. The app will be available at `http://localhost:1234` (port may change if unavailable).