0.0.1 • Published 2 years ago
@bun-examples/stric v0.0.1
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 prodApp will be available at localhost:8080.
0.0.1
2 years ago