Skip to content

ngoumard/reasonml-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReasonML Starter KIT

A dead simple starter kit using reasonML

Getting Started

git clone git@github.com:ngoumard/reasonml-starter-kit.git
cd reasonml-starter-kit
yarn
yarn start

Then open http://localhost:1234/ in your browser.

Build for production

yarn build
serve -s dist

Then open http://localhost:5000/ in your browser.