Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T18:03:16.000Z (over 3 years ago)
- Last Synced: 2024-07-07T13:20:58.922Z (4 months ago)
- Topics: csa-template, react, rescript, snowpack, template
- Language: ReScript
- Homepage:
- Size: 13.7 KB
- Stars: 22
- Watchers: 3
- 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
[![npm](https://img.shields.io/npm/v/snowpack-rescript-react)](https://npm.im/snowpack-rescript-react)
[![npm](https://img.shields.io/npm/dm/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
```