@bun-examples/stric-react
v0.0.3
Published
This is the project bootstrapped for using `@stricjs/kit` with [React](https://reactjs.org). - `index.ts`: Entry point of the project. - `src/pages`: All pages. Now support JSX only - `src/routes`: All route handlers. - `src/stric-pages.d.ts`: The global
Downloads
3
Readme
Getting Started
This is the project bootstrapped for using @stricjs/kit
with React.
index.ts
: Entry point of the project.src/pages
: All pages. Now support JSX onlysrc/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
Install all required dependencies:
bun install
Development
Start the app using:
bun index.ts
App will be available at localhost:8080.