/fullstack

A End-to-End Furniture React App.

Primary LanguageJavaScript

Notes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

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.

Steps To Set Up

  1. Clone this repository.
  git clone https://github.com/hritikd3/fullstack.git
  cd project-name
  1. Install dependencies.
  npm install
  1. Start the development server. The page will be served at http://localhost:8080.
  npm start
  1. Edit the file

Current React Version

"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",