bsb-package-first
v0.1.3
Published
Hello! This project allows you to quickly get started with ReScript using Reason syntax. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
Downloads
2
Readme
Basic Reason Template
Hello! This project allows you to quickly get started with ReScript using Reason syntax. If you wanted a more sophisticated version, try the react template (bsb -theme react -init .).
Build
# for yarn
yarn build
# for npm
npm run buildBuild + Watch
# for yarn
yarn start
# for npm
npm run start