Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

solid-router-simple

Stack

  • client framework: solid
  • client routing: solid-router
  • rendering strategy: streaming
  • server framework: hono
  • server runtime: node

Usage

All of these commands are expecting you to be in the root of this repo:

  • dev: yarn nx run solid-router-simple:dev
  • build: yarn nx run solid-router-simple:build
  • start: yarn nx run solid-router-simple:start