Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Quickly setup your projects with this template.

License

Notifications You must be signed in to change notification settings

RakeshPotnuru/react-fast-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


React Fast Template

Quickly setup your projects with this template.
Explore the docs »

Report Bug · Request Feature

About The Template

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

Folder Structure

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

Getting Started

Click on "Use this template" to get started.

License

Distributed under the MIT License. See LICENSE.txt for more information.