项目作者: anksank

项目描述 :
Front-End Web UI Frameworks and Tools: Bootstrap 4 (Coursera)
高级语言: HTML
项目地址: git://github.com/anksank/Bootstrap.git
创建时间: 2017-08-31T09:31:22Z
项目社区:https://github.com/anksank/Bootstrap

开源协议:

下载


Bootstrap

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.

To run this project locally:

  • 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.