Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 1.39 KB

README.md

File metadata and controls

75 lines (57 loc) · 1.39 KB

Official Website of Ecell IETDAVV





Installation:

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