Skip to content

ab007shetty/bootstrap4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-End Web UI Frameworks and Tools: Bootstrap 4

Prerequisites

1.Node.jS: Dwonload and Install it in your machine. https://nodejs.org/dist/v14.17.0/node-v14.17.0-x64.msi

Installation

1.Download and Extract it.

2.Install NPM packages -> You should be in root directory of ur project.

   npm install       

Execution

1.Start the express server from the root directory.

   npm start

2.Go to convinient Browser and type 'localhost:3000' in URL bar.