@bun-examples/stric
v0.0.1
Published
This is the project bootstrapped for using `@stricjs/kit` with [ArrowJS](https://arrow-js.org).
Downloads
2
Readme
Getting Started
This is the project bootstrapped for using @stricjs/kit
with ArrowJS.
index.ts
: Entry point of the project.global.d.ts
: Global types of client and serversrc/pages
: All pages to build.src/routes
: All route handlers.src/stric-pages.d.ts
: The global type definitions of the pages.src/stric.config.json
: Default config for the project, will be merged with the config passed intoStric.boot
Start the app using:
# Run in development
bun run dev
# Run in production (for output minifying)
bun run prod
App will be available at localhost:8080.