ReasonReact starter project, with updated dependencies and scripts. bs-json
and bs-fetch
are included.
yarn install
(or use npm if you want)yarn start
: This will automatically start webpack dev server at http://localhost:8080/ and watch files for change.
Open Setting (Cmd + ,), then click on the three dot menu on the right, select Open settings.json
. Paste the following:
{
"emmet.includeLanguages": {
"reason": "javascriptreact"
},
"emmet.triggerExpansionOnTab": true
}