Add ReasonML boilerplate
After some toil, I finally support basic ReasonML starter code. I'm adding it to the nut-score directory because I would like to make a simple webpage that render some nutritional facts about nuts with respect to the ketogenic diet. I'm not sure if I should include or exclude te .bs.js files. See the README.md for more information.
This commit is contained in:
parent
166aed6e80
commit
209fdf5726
14 changed files with 484 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -33,3 +33,11 @@ node_modules/
|
|||
/configs/.config/fish/config.fish
|
||||
/configs/.config/fish/fish_variables
|
||||
/blog/public/
|
||||
|
||||
# ReasonML
|
||||
.merlin
|
||||
.bsb.lock
|
||||
npm-debug.log
|
||||
/nut-score/lib/bs/
|
||||
/nut-score/node_modules/
|
||||
/nut-score/bundleOutput/
|
||||
Loading…
Add table
Add a link
Reference in a new issue