- Clone repository
$ git clone https://github.com/pedroriverove/messari-crypto-frontend.git
- Change into the working directory
$ cd messari-crypto-frontend
- 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 start
npm start
— Launches the app in development mode onhttp://localhost:3000
- Messari Crypto Backend — project template, pre-configured with Express and Typescript