Skip to content

caasi/cra-template-rescript-vite

 
 

Repository files navigation

cra-template-rescript-vite

npm npm downloads per month

ReScript + React + Vite template for Create React App

Usage

use with npx

npx create-react-app --template=rescript-vite my-rescript-vite-app

or with yarn

yarn create react-app --template=rescript-vite my-rescript-vite-app

Scripts

# Run app with builds and hot reload
npm start

# Start rescript app with watch
npm run start:re

# Run app without builds
npm run start:vi

# Build vite and rescript app
npm run build

# Build rescript app with dependencies
npm run build:re

# Build vite
npm run build:vi

# Clear rescript lib folder 
npm run clean

Tests

This template does not include a test runner by default.

Settings included

  • ReScript syntax (*.res)
  • Vite configuration
  • Prettier

About

ReScript + React + Vite template for Create React App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 35.8%
  • ReScript 22.6%
  • HTML 21.5%
  • JavaScript 20.1%