An open API service indexing awesome lists of open source software.

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

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/)