Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/front-inventory-control
https://github.com/walternascimentobarroso/front-inventory-control
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/front-inventory-control
- Owner: walternascimentobarroso
- License: mit
- Created: 2023-04-10T20:45:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-13T13:22:57.000Z (over 1 year ago)
- Last Synced: 2024-04-11T20:58:04.236Z (9 months ago)
- Language: TypeScript
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 ❤️