Skip to content

Quick start from reason-react + Zero-configuration from create-react-app

License

Notifications You must be signed in to change notification settings

GavinNishizawa/reason-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reason-react-starter

This is a reason-react starter project based on the merged output of create-react-app and reason-react.

Run Project

# install dependencies
npm install
# in one tab start bsb watcher to automatically build .js from .re
npm run bsb:start
# in another tab start react-scripts dev server
npm start

Build for Production

# build js from reason
npm run bsb:build
# build webpack bundle in build/ directory
npm run build

About

Quick start from reason-react + Zero-configuration from create-react-app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published