this project is one api using Reasonml and based in bs-express
to run this project is necessary installed the reasonml
- clone project:
git clone https://github.com/enieber/reasonml-api.git - in folder of project install dependencies:
yarnornpm install - compile project:
yarn buildornpm run build - start server:
yarn startornpm run start