https://github.com/liascode/pranx-basic-starter-template
Starter basic template for the pranx framework
https://github.com/liascode/pranx-basic-starter-template
Last synced: 7 months ago
JSON representation
Starter basic template for the pranx framework
- Host: GitHub
- URL: https://github.com/liascode/pranx-basic-starter-template
- Owner: LiasCode
- Created: 2025-06-29T23:10:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T23:23:15.000Z (7 months ago)
- Last Synced: 2025-07-12T02:24:19.425Z (7 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pranx Basic Starter Template
```
# Install deps
npm install
# Run in dev mode with file watcher for automatic reloading
npm run dev
# build optimized bundle
npm run build
# Start in prod mode
npm run start
```
#### Links
- [Pranx Repository](https://github.com/LiasCode/pranx)
- [Pranx Docs](https://github.com/LiasCode/pranx/blob/main/README.md)
- [Preact Docs](https://preactjs.com/)