Skip to content

Commit

Permalink
Add keywords, Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Feb 1, 2021
1 parent 1006c86 commit fe44b42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# @iamnapo/cra-template

> Opinionated Create React App template with all the important stuff
> Opinionated Create React App template with all the important stuff<sup>1</sup>
<sup>1</sup>: [PWA](https://web.dev/progressive-web-apps/), [eslint](https://eslint.org/), [Material UI](https://material-ui.com/), [react-router](https://reactrouter.com/), [cypress](https://www.cypress.io/), [Google Analytics](https://analytics.google.com/), [Sentry](https://sentry.io/welcome/), [swr](https://swr.vercel.app/), [zustand](https://zustand.surge.sh/), [react-app-rewired](https://github.com/timarney/react-app-rewired), [sass](https://sass-lang.com/) and other bits and bobs.

## Usage

Expand Down
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
"version": "0.0.0",
"private": true,
"description": "Opinionated Create React App template with all the important stuff",
"keywords": [],
"keywords": [
"react",
"create-react-app",
"template",
"cra-template",
"iamnapo",
"material-ui",
"react-router",
"eslint",
"cypress",
"swr",
"zustand"
],
"homepage": "https://github.com/iamnapo/cra-template#readme",
"bugs": {
"url": "https://github.com/iamnapo/cra-template/issues"
Expand Down

0 comments on commit fe44b42

Please sign in to comment.