Skip to content

Commit

Permalink
removing npm badge (not a package)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaruk committed Sep 30, 2022
1 parent 4fabedf commit 713c46a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# starbase-react

[![npm version](https://badge.fury.io/js/starbase-react.svg)](https://badge.fury.io/js/starbase-react)
[![dependencies status](https://david-dm.org/bstaruk/starbase-react/status.svg)](https://david-dm.org/bstaruk/starbase-react)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbstaruk%2Fstarbase-react.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbstaruk%2Fstarbase-react?ref=badge_shield)

starbase-react is a Typescript, React, Redux-Toolkit & Emotion boilerplate. Brewed with [Create React App](https://github.com/facebook/create-react-app) ([v5.0.1](https://github.com/facebook/create-react-app/releases/tag/v5.0.1) w/ [TypeScript template](https://create-react-app.dev/docs/adding-typescript)), then sweetened with:

* formatting via [EditorConfig](https://editorconfig.org) & [Prettier](https://prettier.io)
* linting via & [ESLint](https://eslint.org)
* pre-commit linting and formatting via [husky](https://typicode.github.io/husky) & [lint-staged](https://github.com/okonet/lint-staged)
* a modern redux implementation via [Redux Toolkit](https://redux-toolkit.js.org) & [Redux-Saga](https://redux-saga.js.org)
* css-in-js with global styles and a theme via [Emotion](https://emotion.sh)
* ...and more!
- formatting via [EditorConfig](https://editorconfig.org) & [Prettier](https://prettier.io)
- linting via & [ESLint](https://eslint.org)
- pre-commit linting and formatting via [husky](https://typicode.github.io/husky) & [lint-staged](https://github.com/okonet/lint-staged)
- a modern redux implementation via [Redux Toolkit](https://redux-toolkit.js.org) & [Redux-Saga](https://redux-saga.js.org)
- css-in-js with global styles and a theme via [Emotion](https://emotion.sh)
- ...and more!

starbase-react is a spin on [starbase](https://github.com/bstaruk/starbase), and intended to be relatively small in scope so that it may be easily extended and customized, or used as a learning tool for folks who are trying to become familiar with Typescript, React 16, Redux, Redux-Saga, Emotion, Testing Library, etc.

Expand Down Expand Up @@ -39,6 +38,7 @@ npm run start
```

### building for production

Use `npm run build` in your project root to run a production build.

Production builds compile & minify your assets into `/dist` for distribution and/or integration into whatever codebase you'll be using these assets in.
Expand Down

0 comments on commit 713c46a

Please sign in to comment.