This template is made using Reactjs with Bootstrap, allowing you to get started with building responsive cover page for your website with ease.
The directory structure of the project, and splitting of the code into components & modules makes this template scalable & manageable. But feel free to experiment and change it according to your needs 😄
Just follow the steps below to get started. 📓
- Fork the repo by clicking the fork button.
- The above command will create a separate copy of the repo
- Then clone the repo so that it is available locally
- Run
npm install
after moving to the root of the dir - User
npm start
to run the React app
Although the project is pretty straightforward, you can customize it and add newer dependencies as per your needs. Here is some brief info about the dir structure.
Here, you can add other pages as per you needs, like if you want to have a separate Login/signup page, Carrers page, About us page etc. This is the dir you need to add to.
This dir holds the various sections of the page you are going to include in the pages section. Like, I currently, it contains only modules/sections utilized in the Landing page
In this dir, you need to add all the dumb/reusable components which can be used across various pages or modules.
I set up this dir in order for any data you want to use to populate various sections of your page. Create a .json
file for that data and utilize it within your pages/modules.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.