0.0.3 • Published 1 year ago

@bun-examples/stric-react v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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 only
  • 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 into Stric.boot

Install all required dependencies:

bun install

Development

Start the app using:

bun index.ts

App will be available at localhost:8080.

0.0.3

1 year ago

0.0.1

1 year ago