- Clone repository
$ git clone https://github.com/pedroriverove/messari-crypto-backend.git
- Change into the working directory
$ cd messari-crypto-backend
- Copy
.env.example
to.env
and modify according to your environment
$ cp .env.example .env
- Install project dependencies
$ npm install
- Finally, launch the app
$ npm run dev
npm run dev
— Launches the app in development mode onhttp://localhost:4000
- Messari Crypto Frontend — project template, pre-configured with React and Typescript