Skip to content

shybyte/reason-material-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason Material-UI

This is a repo with examples usages of ReasonReact and Material-UI. Have something you don't understand? Join us on Discord!

Run this project:

npm install
npm start
# in another tab
npm run build

After you see the webpack compilation succeed (the npm run build step), open up the nested html files in src/* (no server needed!). Then modify whichever file in src and refresh the page to see the changes.