Please follow the instructions listed below to access the project:
Before getting this project up and running locally, you should start by having node.js installed on your computer. It's required to create a Node.js environment to run the project successfully.
Run the following command in a terminal (mac/linux) or windows terminal:
git clone https://github.com/JulieDeveloper/react-ecommerce-purchase-page
Run the following command in the base directory of this project in the terminal:
npm install
Run the following command in the base directory of this project in the terminal:
npm run start
The installation is completed once you received the message on the terminal as:
"Compiled successfully!"
To display the project on your browser, ckick in the link: http://localhost:3000
To turn off the project by simply pressing Ctrl+C
in the terminal once you're done.
Project is created with:
- Node.js v14.16.0
Create React App:
- react v18.2.0
- react-dom v18.2.0
- react-scripts v5.0.1
- web-vitals v2.1.4