https://github.com/gokhulnath/web_dev_bootstrap
Front-End Web UI Frameworks and Tools: Bootstrap 4
https://github.com/gokhulnath/web_dev_bootstrap
bootstrap css html javascript npm-package responsive-web-design
Last synced: 2 months ago
JSON representation
Front-End Web UI Frameworks and Tools: Bootstrap 4
- Host: GitHub
- URL: https://github.com/gokhulnath/web_dev_bootstrap
- Owner: Gokhulnath
- Created: 2020-04-16T19:52:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T22:19:04.000Z (over 3 years ago)
- Last Synced: 2025-01-23T02:09:38.715Z (over 1 year ago)
- Topics: bootstrap, css, html, javascript, npm-package, responsive-web-design
- Language: HTML
- Homepage:
- Size: 919 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap
## 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.