C
C
covertie2021-07-04 12:43:11
React
covertie, 2021-07-04 12:43:11

How to run a project on Create React App from github with zero understanding of what is happening?

I want to run emojibuilder , understanding zero, please help me to run it on mac.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Okhotnikov, 2021-07-04
@tsepen

Install nodejs , install node modules with the command
npm i
Next, read the readme, it describes how to run

A
Arslan Abaev, 2021-07-05
@ADDtvb

I will paint everything step by step:
First, clone the repository

git clone https://github.com/phlntn/emojibuilder.git

Next, through the terminal, open the directory into which you cloned the project, and run the trail one by one. commands:
  • npm install
  • npm start

Ready!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question