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: 6 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T09:49:39.000Z (about 2 months ago)
- Last Synced: 2025-01-13T11:07:18.900Z (13 days ago)
- Topics: react, rescript, rescript-react, template, vite
- Language: ReScript
- Homepage: https://www.npmjs.com/package/create-rescript-app
- Size: 501 KB
- Stars: 59
- Watchers: 6
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rescript - create-rescript-app
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.