Skip to content

fonseca-leonardo/skipper-gram-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😁

Releases

No releases published

Packages

No packages published

Languages