ulivz / solid-rspack-templates

A collection of SolidJS templates built by Rspack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid Rspack Templates

Motivation

Solid is a lightweight and fine grained Javascript web framework made for building responsive and performant web apps, and Rspack is a fast rust-based web bundler, the combination of the two will bring the ultimate build-time and runtime performance.

Development

The monorepo leverages pnpm as the package manager. To install pnpm, run the following command in your terminal.

npm install -g pnpm

Run pnpm install to install all the dependencies, and run following scripts to launch rspack dev server:

pnpm run --filter <template> dev

Available templates:

  • js
  • ts

About

A collection of SolidJS templates built by Rspack


Languages

Language:JavaScript 42.4%Language:CSS 29.9%Language:TypeScript 17.0%Language:HTML 10.7%