This project was bootstrapped with Create React App. This is the starting project pint for the React Typescript Tutorial Ecommerce Shop in Udemy.
- Download or clone the project.
- Run command "yarn install"
- To start the application run "yarn start" and it will run in http://localhost:3000.
- Open another terminal and run "yarn start-api" to run the API that we will use for this project.
- Smile because you are good to go!
In the project directory, you can run:
Install all the packages and libraries needed for our project.
Run the NodeJS application that will be use the API for our project to manage products/orders data.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!