Front-End Web UI Frameworks and Tools: Bootstrap 4 (Coursera):
https://www.coursera.org/learn/bootstrap-4/home/welcome
The main files and folders that are used in this course are index.html, aboutus.html, contactus.html, js/, img/, css/ Other files were created for learning purposes.
- Clone the repo in your system.
- Open command prompt, navigate to the project folder where package.json exists, and run
npm install
- This will install all node packages required including gulp and grunt (which are used for building and deploying purposes)
- Next, run
npm start
in the command prompt to run this project on your default web browser. It will be best viewed in Chrome.