vehicle search
A React based web App to display vehicles list and sort / filter / search the vehicles. The Data is being fetched from Mock API using JSON Server.
Installing Dependencies
yarn install
.
Open terminal and type package.json
file.
It will install all packages mentioned in Environment Variables
.env
file and write the following code.
In the project directory, create REACT_APP_BASE_URL=http://localhost:8000
PORT=3000