Skip to content

A minimalist sandbox/boilerplate to start kata in Rescript

License

Notifications You must be signed in to change notification settings

Maeevick/kata_sandbox_rescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReScript kata sandbox

Just a minimalist sandbox/boilerplate to train your skills with rescript on kata/exercices or something else.

➡️ Obvious Note: Node 18 (Long Time Support) is recommended in any context.

➡️ Obvious Note: install dependencies

npm i

Rescript Documentation

Main commands and configs

  • compile rescript code to javascript esmodules there is no linter in this boilerplate, I assume ReScript's strictness is enough:

    npm run build
    • "live" compile on change
    npm run build:watch
  • I drop jest in this boilerplate to zora with rescript-zora (some doc here and there)

    npm run test
    npm run test:watch
    npm run test:coverage

Some resources/kata to train your skills

About

A minimalist sandbox/boilerplate to start kata in Rescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published