Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rescript-lang/create-rescript-app
- Owner: rescript-lang
- Created: 2021-09-16T06:34:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T14:17:19.000Z (5 months ago)
- Last Synced: 2024-10-31T10:41:23.398Z (14 days ago)
- Topics: react, rescript, rescript-react, template, vite
- Language: ReScript
- Homepage: https://www.npmjs.com/package/create-rescript-app
- Size: 488 KB
- Stars: 56
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.