Skip to content

Commit

Permalink
[MOD] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBra committed Apr 25, 2022
1 parent f0c9e0d commit 2d350b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Table of Contents

- [Intro](#intro)
- [Why another boilerplate?](#why)
- [Features](#features)
- [Usage](#usage)
- [Setup](#setup)
Expand All @@ -29,6 +30,13 @@ This boilerplate is meant to be a quick start for creating chrome extensions usi

As soon as Firefox supports manifest v3, support will be added in this repo as well.

## Why another boilerplate? <a name="why"></a>
I have used webpack react boilerplates and found it too hard to configure.

Vite is actually mega easy to understand, which makes it easier to get into and to maintain for others.

I couldn't find a boilerplate for React, TypeScript and Tailwind CSS. So here it is.

## Features <a name="features"></a>
- [React 18](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
Expand Down

0 comments on commit 2d350b4

Please sign in to comment.