Skip to content

rescript-lang/create-rescript-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30af772 · Feb 3, 2025
Jan 28, 2025
Dec 17, 2023
Feb 3, 2025
Feb 3, 2025
Dec 18, 2023
Dec 17, 2023
Dec 9, 2023
May 8, 2024
Feb 3, 2025
Feb 3, 2025
Apr 19, 2024
Dec 17, 2023

Repository files navigation

create-rescript-app

Quickly create new ReScript apps from project templates:

npm create rescript-app@latest

(note: @latest is important, otherwise npm may run an old version) or

yarn create rescript-app

or

pnpm create rescript-app

or

bun create rescript-app

Add to existing project

If you have an existing JavaScript project containing a package.json, you can execute one of the above commands directly in your project's directory to add ReScript to your project.