Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardojrmcom/ace
React tooling collection
https://github.com/ricardojrmcom/ace
mui next react typescript
Last synced: about 1 month ago
JSON representation
React tooling collection
- Host: GitHub
- URL: https://github.com/ricardojrmcom/ace
- Owner: ricardojrmcom
- License: mit
- Created: 2022-01-16T05:13:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T21:57:23.000Z (over 2 years ago)
- Last Synced: 2024-12-03T17:06:50.674Z (about 1 month ago)
- Topics: mui, next, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ♠ `@ricardojrmcom/ace`
React Tooling Collection
![build](https://img.shields.io/github/workflow/status/ricardojrmcom/ace/Continuous%20Integration?style=for-the-badge)
![license](https://img.shields.io/github/license/ricardojrmcom/ace?style=for-the-badge)![author]()
![lang](https://img.shields.io/github/languages/top/ricardojrmcom/ace?style=for-the-badge)
![version](https://img.shields.io/npm/v/@ricardojrmcom/ace?style=for-the-badge)
---
### Install
```tsx
npm install @ricardojrmcom/aceyarn add @ricardojrmcom/ace
```
### Scripts
```tsx
// install deps
yarn install// run build
yarn build// run lint
yarn lint// run unit tests
yarn test// run storybook
yarn sb
```
### Project
- [Project Page](https://l1b3r.notion.site/ace-afe5940ab5f94d78b74ab8a4f57a5cfb)
- [Source Code](https://github.com/ricardojrmcom/ace)
- [Releases Page](https://github.com/ricardojrmcom/ace/releases)
### Project Dependencies
- TS Package Boilerplate: [🟪 @ricardojrmcom/nova](https://github.com/ricardojrmcom/nova)
- React Module Boilerplate: [🟣 @ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)
- TS Utility Scripts: [🌙 @ricardojrmcom/dervish](https://github.com/ricardojrmcom/dervish)
- React Utility Hooks: [🌘 @ricardojrmcom/reaper](https://github.com/ricardojrmcom/reaper)
- React MUI Themes: [🔥 @ricardojrmcom/fury](https://github.com/ricardojrmcom/fury)
- React Meta Data Handler: [⚫ @ricardojrmcom/pain](https://github.com/ricardojrmcom/pain)
- React API Client: [🌸 @ricardojrmcom/empathy](https://github.com/ricardojrmcom/empathy)
- React Lightweight Intl: [☁ @ricardojrmcom/echo](https://github.com/ricardojrmcom/echo)
### Dev Dependencies
- `Yarn`
- `Typescript`
- `React`
- `Material-UI`
- `Next`
- `Prettier`
- `ESLint`
- `Commit Lint`
- `Lint Staged`
- `Husky`
- `Jest`
- `React Testing Library`
- `Storybook`
- `Webpack`
- `Semantic Release`
---
### License
[MIT](https://github.com/ricardojrmcom/ace/blob/main/LICENSE) © Ricardo Mota ([@ricardojrmcom](https://github.com/ricardojrmcom))
Bootstrapped with 🟣[@ricardojrmcom/supernova](https://github.com/ricardojrmcom/supernova)