An open API service indexing awesome lists of open source software.

https://github.com/ulivz/solid-rspack-templates

A collection of SolidJS templates built by Rspack
https://github.com/ulivz/solid-rspack-templates

boilerplate performance rspack rust solid solidjs template

Last synced: 6 months ago
JSON representation

A collection of SolidJS templates built by Rspack

Awesome Lists containing this project

README

          

# Solid Rspack Templates










## Motivation

[Solid](https://www.solidjs.com/) 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.

```bash
npm install -g pnpm
```

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

```bash
pnpm run --filter dev
```

Available templates:

- `js`
- `ts`