Frontend test for bellotero.io built with React + Next + Redux
-
Clone the Project repository:
$ git clone https://github.com/berlin-semestre-i/health-mx.git -
Install dependencies:
$ yarn && yarn build -
Init the application:
$ yarn dev -
App should be available at: http://localhost:3000
-
Run the linter:
$ yarn lint -
Run unit tests:
$ yarn test