Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 1007 Bytes

File metadata and controls

34 lines (25 loc) · 1007 Bytes

036solidjs

A clean architecture template for Solidjs with useful packages and strict TypeScript

Made with ❤️ by

Alt text

Extra Packages

  • axios: Promise based HTTP client for the browser and node.js
  • @tanstack/solid-query: A simple and powerful way to manage your state in Solid
  • awilix: Dependency injection for JavaScript and Node.js apps
  • fp-ts: Functional programming in TypeScript
  • unplugin-auto-import: Automatically import components, hooks, and utilities
  • unplugin-swc: Super-fast javascript to javascript compiler for Vite projects
  • tailwindcss: Utility-first CSS framework for rapidly building custom user interfaces
  • vitest: A test runner for Vite projects

Change to blank template

$ git clone https://github.com/victor7w7r/036solidjs
$ cd 036solidjs
$ git checkout blank

Run and Develop (Consider using bun)

$ cd 036solidjs
$ bun install #Install Packages
$ bun run dev #Run develop