GitHub - rescript-lang/create-rescript-app: npm create rescript-app@latest (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

or

or

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.