Skip to content

luanraithz/crypto-foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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