This project is a simple multi-page web application built with Webpack. It's a replica of the structure of the RCIIT website, but developed independently by me, with original markup and styles. The primary goal of this project was to practice Bootstrap class usage and to showcase an example of a basic structure that can be used for webpack projects. The project can be visited here: https://nothingnothings.github.io/bootstrapTraining/.
- Multi-Page Structure: The project includes seven distinct pages.
- Responsive Design: Bootstrap was used for the responsive layouts, with mobile-first in mind.
- JavaScript Functionality: Javascript was used for the sidebar and the Carousels.
- Webpack Configuration: The project was bundled and structured with webpack in mind,.
- Webpack: For module bundling.
- HTML Webpack Plugin: To generate HTML files for each page.
- Sass: For styling and creating responsive designs.
- Bootstrap: To leverage pre-built styles and components.
To get started with this project, follow these steps:
-
Clone the Repository:
git clone git@github.com:nothingnothings/bootstrapTraining.git
-
Install Dependencies:
npm install
To run the project in a local development environment, use:
npm start
This will start a local server, and you can then view the project in your browser.