- Home
- Product page
- Special offer page
- Product details page
- Products compare page
- Product summary page
- Login / Forgot password
- Registration page
- Contact us
- Normal information page
- FAQ
- COMPONENTS of PAGES
- ASP.NET Core
- bootstrap
- MVC Model
I have improve my knowledge about I have understand about Next Steps:
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── App.js
├── App.css
├── index.css
└── index.js
Use the cmd line to clone repo to your computer
git clone [github_repo_url]
Use the cmd line to install dependencies.
npm install
Run in cmd for start the dependencies server
npm start