Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 709 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 709 Bytes

Crypto-Foo | Live Demo

That is a small project to practice development with React and NodeJs.

For this project I've used some public apis, like:

Running the project

Create a .env file inside crypto with the following info:

MIN_API_TOKEN=YourMinApiToken

Starting the Nodejs(Backend)

git clone https://github.com/luanraithz/crypto-foo.git
cd ./crypto
npm install // or yarn
npm run dev // or yarn dev

Starting the React(Frontend)

Inside the project folder in another terminal

cd ./client
npm install // or yarn
npm run start // or yarn start