Skip to content
/ 036solidjs Public template

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

License

Notifications You must be signed in to change notification settings

victor7w7r/036solidjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License