This project assume Git and Github knowledge has been acquired. Refer below section to learn more.
- If you prefer reading, go to this
- If you prefer watching video go to this
- To try out practically, go to this
- To learn how to really contribute to this project, go to this
-
Register a github account Github.
-
Download Git (Windows) and install it.
-
Download Github Desktop install it and sign in with your github account.
-
Fork the project (top right corner of this page)
-
Download the project by clicking "Open with Github Desktop" (at the top of the page, green button, make sure you fork the project, the project should be under your username, not "samueltan3972")
-
After it open in Github Desktop, clone(download) the project to your desktop/laptop (it must go thru Github Desktop, not download through zip file)
-
Open the project folder in command prompt (cmd) / terminal
-
Run the following command to install project dependency and start the server
npm install
node server.js
- View the project at
localhost:8000
- This project is based on Bootstrap Ecommerce
- The project is consist of
|------ index.html
|------ home.html (eventually will be index.html, jz a temporary solution)
|------ login.html
|------ checkout.html
|------ product.html
|------ view_order.html
- The "example-sliders.html" and "html-components.html" consists of sample code to make out different component