Skip to content

noemtdev/react-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Template Project

Hey there! This is my React.js template that I use to code websites. This template uses TailwindCSS for a quick and easy CSS experience.

Table of Contents

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/noemtdev/react-template.git
    cd react-template
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run start

Available Scripts

In the project directory, you can run:

  • npm run start: Runs the app in development mode.
  • npm run build: Builds the app for production.

Or alternatively (if you have pnpm installed)

  • pnpm start
  • pnpm build

Pages

The template includes the following pages:

  • 404 Page: Displays a custom 404 error message.
  • Index Page: The main landing page of the application.
  • Component Testing Page: A page to test and showcase various components.

Components

Feedback Components (MUI but simpler to add)

  • Alert: Displays alert messages.
  • Backdrop: Provides a backdrop overlay.
  • Progress: Shows progress indicators (circular and linear).
  • Snackbar: Displays brief messages at the bottom of the screen.

Regular Components

  • Header: The header section of the application.
  • Footer: The footer section of the application.

Files to Update

When setting up your project, make sure to update the following files:

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published