reason-react-boilerplate
v1.0.0
Published
ready-to-use webpack configuration for developing reason-react applications
Downloads
2
Maintainers
Readme
reason-react-boilerplate
- ready-to-use webpack configuration for developing reason-react applications
Getting Started
To try the example application out or to use the project, follow the instructions below.
Clone repo
git clone https://github.com/codinglawyer/reason-react-boilerplate.git
Install dependencies
npm install
Open two terminals
Bucklescript compiler -
npm install && npm run dev
Webpack -
npm run build
Open
build/index.html