Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rescript-lang/create-rescript-app

npm create rescript-app@latest
https://github.com/rescript-lang/create-rescript-app

react rescript rescript-react template vite

Last synced: 2 days ago
JSON representation

npm create rescript-app@latest

Awesome Lists containing this project

README

        

# create-rescript-app

Quickly create new [ReScript](https://rescript-lang.org/) apps from project templates:

```sh
npm create rescript-app@latest
```

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

```sh
yarn create rescript-app
```

or

```sh
pnpm create rescript-app
```

or

```sh
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.