Skip to content

daggala/rescript-codewars-try

 
 

Repository files navigation

ReScript Project Template

Additional nodes after I forked DZakh's repo:

  • I added chai tests so you can run pnpm test
  • When you start a new codewars challenge you create a res folder where you build your solution. Then you can also add a new test file inside the test folder, you can copy paste the test code from codewars into the file. The only thing you have to do as well is to import the function from the bs file generated from the res file

The only official ReScript starter template.

Installation

pnpm install

Build

  • Build: pnpm run build
  • Clean: pnpm run clean
  • Build & watch: npm run start

Run

node src/Demo.bs.js
node output.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ReScript 61.9%
  • JavaScript 37.0%
  • HTML 1.1%