In this project, I created front end using react, HTML and CSS. We used json-server for backend.
- Download and install npm (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- Download and install react.
- Install json server (https://www.npmjs.com/package/json-server)
- Once done with all above Prerequsites run app using npm start. It will start app on http://localhost:3000
- Start backen server using npm run server
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Runs the json-server in the backend