This is a basic React.js boilerplate project integrated with Bootstrap and Font Awesome. The project structure includes React Router DOM with pages and components folders. Unnecessary files have been removed for a clean starting point.
- Clone the Repository:
git clone https://github.com/ZAINKHAN25/Boiler-Plate-React.git
- Install Dependencies:
npm i
Run this command in the root directory of your project to install the required dependencies.
- Start the Development Server:
npm start
This command will launch the development server, and your React.js application will be accessible at http://localhost:3000.
src/
|-- Components/
| |-- Navbar/
| | |-- index.jsx
| | |-- Navbar.css
|
|-- Pages/
| |-- Home/
| | |-- index.jsx
| | |-- Home.css
|
|-- App.jsx
|-- App.css
|
|-- index.js
|
|-- ...
Feel free to customize the project by adding your components and styles as needed.
To customize the Navbar, modify the content in the following file:
src/Components/Navbar/index.jsx
To customize the Home Page, modify the content in the following file:
src/Pages/Home/index.jsx
Feel free to customize the project by adding your components and styles as needed.
This project uses the following dependencies:
- Enable JavaScript to run the app.
- Bootstrap and Font Awesome are linked from CDN for easy integration.