Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the react template (bsb -theme react -init .).
# for yarn
yarn build
# for npm
npm run build# for yarn
yarn
# for npm
npm run startIf you're using VS Code, press cmd + shift + B or Windows + Shift + B to build the project automatically.