To clone and run this application, you'll need Node.js v10.16.1 or higher + [Yarn v1.19.1](https://yarnpkg.com/lang/en/ - This one is optional once you might run the steps using npm and npx) or higher installed on your computer.
# Go into the front path
$ cd hackathon-rsxp-team69/frontend
# Install dependencies
$ yarn install OR npm run install
# Install the json-server dependency
$ yarn global add json-server or npm install -g json-server
# Run the API
$ yarn api OR npm run api
# Run the Frontend
$ yarn start OR npm run start
Made with ♥ by Adriano Souza 👋 Get in touch!