Skipper Gram frontend is written in Typescript with ReactJS and you can check the code here.
fonseca-leonardo/skipper-gram-frontend
First you need to clone the repository using Git.
git clone <https://github.com/fonseca-leonardo/skipper-gram-frontend.git>
After cloning, now you have to install the dependencies with npm or yarn.
# with npm
npm install
# or with yarn
yarn install
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 😁