To run the application, you'll need:
- Node.js: an open-source, cross-platform, back-end JavaScript runtime environment
- npm: default package manager for Node.js
- yarn: a software packaging system developed in 2016 by Facebook for the Node.js JavaScript runtime environment
To get the app, clone the repo and cd
its directory.
$ git clone [email protected]:bernardoarodrigues/dev-repo.git
$ cd dev-repo
Follow the instructions in the dev-repo-server to start the backend and the instructions in the dev-repo-web to start the frontend.