Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

A project template to start ReScript React with Snowpack

License

Notifications You must be signed in to change notification settings

reason-seoul/snowpack-rescript-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snowpack-rescript-react

npm npm

A project template to start ReScript React with Snowpack

Usage

Bootstrap a project using create-snowpack-app

# 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