RealWorld ReasonML/React frontend codebase that uses the RealWorld API.
- Install ReasonML ReasonML
- Clone this project
- Run npm install to install dependencies
Prerequisites:
- See installation section.
- To compile to javascript run the following command in the terminal: npm run watch. This will watch your files and compile to js when they change
- To start webpack run the following command: npm run webpack-dev. This will create a local webserver to serve the application