Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/walternascimentobarroso/front-inventory-control


https://github.com/walternascimentobarroso/front-inventory-control

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Templat React-Typescript-Tailwindcss

:scroll: Overview

Admin template for new projects with React, Typescript and Tailwindcss

:desktop_computer: Start Project

First clone the project:

```
git clone https://github.com/walternascimentobarroso/react-tailwind.git
```

After that just install all dependencies

```
yarn
```

and run the project

```
yarn dev
```

:octocat: GitFlow

```
git flow init
```

After init with git flow, use feature for new features:

```
git flow feature start new-feature
```

Now, start committing on your feature. When done, use:

```
git flow feature finish new-feature
```

:hammer_and_pick: Tools

- [VSCode](https://code.visualstudio.com/)
- [EditorConfig](https://editorconfig.org/)
- [GitHub Action](https://github.com/features/actions/)
- [GitFlow](https://github.com/nvie/gitflow/)
- [React](https://react.dev/)
- [Typescript](https://www.typescriptlang.org/)
- [Tailwindcss](https://tailwindcss.com/)
- [React Icons](https://react-icons.github.io/react-icons/)

:rocket: Deploy GH-Pages

```
yarn build
git add dist -f
git commit -sam "🔧 CONFIG: Deploy"
git subtree push --prefix dist origin gh-pages
git reset --hard HEAD~
```

:roller_coaster: List of Pages and components

| **Description** | **Type** |
| ---------------- | --------- |
| AsideMenu | Component |
| Breadcrumb | Component |
| Button | Component |
| DarkMode | Component |
| Dropdown | Component |
| Footer | Component |
| Fullscreen | Component |
| Header | Component |
| Input | Component |
| ProfilePicture | Component |
| Table | Component |
| Template | Component |
| Tooltip | Component |
| TopButton | Component |
| Component | Page |
| Error 404 | Page |
| Faq | Page |
| Home | Page |
| Login | Page |
| Profile | Page |
| Recover Password | Page |
| Register | Page |
| List of Users | Page |

:open_file_folder: Folder Structure

```
.
├── .editorconfig
├── .gitignore
├── README.md
└── public
└── index.php
```

:memo: License

The [MIT License](LICENSE) (MIT)

:smiley_cat: Author

- [@walternascimentobarroso](https://walternascimentobarroso.github.io/)

---

Made with  ❤️