0.2.0 • Published 6 years ago
wikinoise v0.2.0
Basic Reason Template
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 .).
Build
# for yarn
yarn build
# for npm
npm run buildBuild + Watch
# for yarn
yarn
# for npm
npm run startEditor
If you're using VS Code, press cmd + shift + B or Windows + Shift + B to build the project automatically.