0.0.3 • Published 3 years ago
@bun-examples/stric-react v0.0.3
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 installDevelopment
Start the app using:
bun index.tsApp will be available at localhost:8080.