Quickly setup your projects with this template.
Explore the docs »
Report Bug
·
Request Feature
This template can be used for hackathon projects, hobby projects and any small to intermediate level projects.
This template contains:
- Four pages - Home, About, Contact and 404.
- Some boilerplate code
React-Fast-Template/
├── public/
│ └── index.html
└── src/
├── app/
├── assets/
│ └── images/
├── common/
│ ├── Footer/
│ │ └── components
│ ├── Hooks/
│ ├── Navigation/
│ │ └── components
│ ├── UIElements/
│ │ └── LoadingAnimations/
│ └── Util
├── pages/
│ ├── 404/
│ ├── About/
│ │ ├── components/
│ │ └── About.jsx
│ ├── Contact/
│ │ ├── components/
│ │ └── Contact.jsx
│ └── Home/
│ ├── components/
│ └── Home.jsx
└── styles/
├── _mixins.scss
└── _variables.scss
Click on "Use this template" to get started.
Distributed under the MIT License. See LICENSE.txt
for more information.