Skip to content

ines03garcia/olx-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

OLX Women Workshop - Frontend

Requirements

Development

Initial Setup

We'll start by using Create React App to quickly bootstrap our single-page application:

npx create-react-app mini-olx-frontend

and move to the newly created folder

cd mini-olx-frontend

At the root of the project, let's create a .env file to hold our project variables. This will come in hand later. You can read more about it [here](- https://create-react-app.dev/docs/adding-custom-environment-variables/#adding-development-environment-variables-in-env).

REACT_APP_API_BASE="http://localhost:4040"

Now run

npm start

and you can see your application running at http://localhost:3000/.

About

Repository for the Frontend portion of the OLX Women Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • HTML 37.4%
  • CSS 20.2%
  • Shell 0.9%