https://github.com/mdbytes/reacttypescripttemplate
This repository offers a React application template using React version 18, React Router version 6.9 all in TypeScript with support from Dart Sass and Bootstrap 5.2. The project also includes a standard template for SEO and Social Media sharing meta tags.
https://github.com/mdbytes/reacttypescripttemplate
bootstrap5 react react-router react-router-dom sass typescript
Last synced: 3 months ago
JSON representation
This repository offers a React application template using React version 18, React Router version 6.9 all in TypeScript with support from Dart Sass and Bootstrap 5.2. The project also includes a standard template for SEO and Social Media sharing meta tags.
- Host: GitHub
- URL: https://github.com/mdbytes/reacttypescripttemplate
- Owner: mdbytes
- License: other
- Created: 2023-03-16T22:01:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T19:32:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T11:22:13.681Z (about 1 year ago)
- Topics: bootstrap5, react, react-router, react-router-dom, sass, typescript
- Language: TypeScript
- Homepage: https://template.mdbytes.us
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React TypeScript Template
This repository represents that evolution of development in React and provides an efficient beginning for new websites and web applications. Because the information represents the accumulation of knowledge learned in the open source community, for free, it is only right that this repository be shared with the public under open source license (see license attached).
The template website provided herein has the following features
- A React application with TypeScript as the base programming language.
- File types include TypeScript, JavaScript, Jsx, Sass, CSS, .png, .jpeg, .jpg and .webp
- To be consistent with recent trends, all components are functional with hooks used as appropriate.
- UI support with the latest Bootstrap framework (v5.2).
- Support for animations with Animate.css
- A contact form with email support from Email.js. Developers and users will need to acquire their own authorization keys.
- Included important SEO and Social Media meta data.
- All code in this project is formatted with Prettier. Settings can be changed in VS Code or directly in the package.json file.
Additional mark down files can be found throughout the project to reference resources.
More information about the creation of this application and available scripts can be found below.
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).