Quickly Bootstrap A React App Using Reason
Last updated
Was this helpful?
Last updated
Was this helpful?
The ReasonML language and ecosystem is great for developing React apps. As you might expect from the React community, there is a set of reason-scripts
for a ReasonML/React project which works similarly to the standard scripts.
First, you need to install the and this must be done using npm
.
From there, it is a matter of using the command to generate a React app that uses the aforementioned .
Next steps from here are documented in the README.md
and should be familiar to anyone who has used create-react-app
in the past.