Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 744 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 744 Bytes

How to install

First you need to clone the repository using Git.

git clone https://github.com/fonseca-leonardo/skipper-gram-api.git

After cloning, now you have to install the dependencies with npm or yarn.

# with npm
npm install
# or with yarn
yarn install

Start Skipper Gram

After the installation process you need to create the .env file to set the environment variables, you can use the .env.example and complete the variables values.

REACT_APP_API_URL=

With the .env created you can start with npm or yarn:

#with npm
npm start

# with yarn
yarn start

and enjoy 😁