clone the repository!
Make sure that Node.js LTS version is installed on your device.
Check if Node.js is installed!
$ node -v
v12.18.3
Install the dependencies.
$ npm install
Start the server.
$ npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Directory structure ./src
│
├───components
│ ├───Footers
│ │ FooterAboutUs.js
│ │
│ ├───Gifloader
│ │ Gifloader.js
│ │
│ ├───Navbars
│ │ ColorNavbar.js
│ │ DangerNavbar.js
│ │
│ └───Timeline
│ Timeline.js
│
└───views
│ Presentation.js
│
├───examples
│ BlogPosts.js
│ Discover.js
│ Faculty.js
│ Gallery.js
│ Student.js
│
├───presentation-sections
│ SectionContactUs.js
│ SectionIcons.js
│ SectionTestimonials.js
│
└───sections-sections
SectionHeader.js