0.2.0 • Published 4 years ago

wikinoise v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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 build

Build + Watch

# for yarn
yarn

# for npm
npm run start

Editor

If you're using VS Code, press cmd + shift + B or Windows + Shift + B to build the project automatically.