GitHub - rescript-lang/create-rescript-app: npm create rescript-app@latest (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
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.