https://github.com/reason-seoul/snowpack-rescript-react
A project template to start ReScript React with Snowpack
https://github.com/reason-seoul/snowpack-rescript-react
csa-template react rescript snowpack template
Last synced: 10 months ago
JSON representation
A project template to start ReScript React with Snowpack
- Host: GitHub
- URL: https://github.com/reason-seoul/snowpack-rescript-react
- Owner: reason-seoul
- License: mit
- Archived: true
- Created: 2021-02-02T21:12:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T18:03:16.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T11:12:14.328Z (11 months ago)
- Topics: csa-template, react, rescript, snowpack, template
- Language: ReScript
- Homepage:
- Size: 13.7 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - snowpack-rescript-react - seoul | 20 | (ReScript)
README
# snowpack-rescript-react
[](https://npm.im/snowpack-rescript-react)
[](https://npm.im/snowpack-rescript-react)
A project template to start [ReScript React](https://rescript-lang.org/docs/react/latest/introduction) with [Snowpack](https://www.snowpack.dev/)
## Usage
Bootstrap a project using [create-snowpack-app](https://github.com/snowpackjs/snowpack/tree/main/create-snowpack-app/cli)
```bash
# Using Yarn
yarn create snowpack-app my-rescript-project --template snowpack-rescript-react --use-yarn
# Or using pnpm
pnpx create-snowpack-app my-rescript-project --template snowpack-rescript-react --use-pnpm
```