https://github.com/jayrbolton/frontend-template
Simple one-page app frontend template with Preact, Typescript, and Parcel
https://github.com/jayrbolton/frontend-template
Last synced: 2 months ago
JSON representation
Simple one-page app frontend template with Preact, Typescript, and Parcel
- Host: GitHub
- URL: https://github.com/jayrbolton/frontend-template
- Owner: jayrbolton
- Created: 2020-03-16T22:31:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:01:37.000Z (over 2 years ago)
- Last Synced: 2025-01-04T23:43:01.829Z (4 months ago)
- Language: HTML
- Size: 832 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One-page app frontend template
* Preact
* Parcel
* Typescript and .tsxRun dev server: `npm run dev`
Build for production: `npm run build`