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

CDE90/create-jd-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create JD App

Create modern type safed Solid web application within seconds.

Getting Started

npm create jd-app@latest

Base Template

Addons

Preview

Screenshot_1

Folders And Why

/env

It adds nice type safety check and zod validation to your env (both client and server), so it is recommended to use it in your code (can be used to store JWT secret, 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.

This project was inspired by create t3 app and was created in order to make it easier to create a solid app. (and replace npm init solid)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 2.8%
  • CSS 0.2%