Skip to content

visomi-dev/solid-demo-web-app

Repository files navigation

Elysia with Bun runtime + Solidjs with Vite, shadcn-solid, solid-router

This project is a Elysia + Solidjs App. The project is configured to use the ESLint linter and Prettier code formatter and follows the StandardJS code style. The project is configured to use Drizzle as an ORM and PostgreSQL as a database.

js-standard-style

Requirements

Recommendations

  • Unix based OS (Linux Distribution, MacOS, WSL)
  • VSCode >= v1.60.0

Conventions

Get started

Install dependencies

bun install

Copy the .env.example file to .env

cp .env.example .env

Replace the values in the .env file

Migrate the database and run the seeds

bun run db:migrate

Run the client dev server and server

bun run dev:client
bun run dev:server

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published