An open API service indexing awesome lists of open source software.

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.

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).