Skip to content

The quickest and most efficient way to start new full stack, type safed Solid web app

Notifications You must be signed in to change notification settings

SimoMay/create-jd-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create JD App

Create modern type safed Solid web application within seconds.

Getting Started

npm create jd-app@latest

Base Template

  • Solid Start
  • TypeScript
  • Zod

Addons

Examples

Preview

Screenshot_1

Folders And Why

/env

The env file isn't being used in any addon currently, might be used in the future. It adds nice type safety check and zod validation to your env, so it is recommended to use it in your code (can be used to store JWT secrets, etc).

  • /env/client - Client side env - imort.meta.env
  • /env/server - Server side env - process.env
  • /env/schema - Schema for env - Zod Client Schema & Zod Server Schema

/server

The server folder is where you put all of your server side code (anything that will not be imported by client), you may see this folder when you use tRPC or Prisma.

  • /server/trpc - tRPC server side code: routers, context, utils, etc.
  • /server/db - client.ts = Where the prisma client is being created.

About

The quickest and most efficient way to start new full stack, type safed Solid web app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 2.9%
  • CSS 0.2%