A clean architecture template for React with useful packages and strict TypeScript
Is the best programming language for web. Made with ❤️ by
- axios: Promise based HTTP client for the browser and node.js
- awilix: Dependency injection for JavaScript and Node.js apps
- fp-ts: Functional programming in TypeScript
- redux: Predictable state container for JavaScript apps
- react-redux: Official React bindings for Redux
- tailwindcss: Utility-first CSS framework for rapidly building custom user interfaces
- unplugin-auto-import: Automatically import components, hooks, and utilities
$ git clone https://github.com/victor7w7r/036react
$ cd 036react
$ git checkout blank
$ cd 036react
$ bun install #Install Packages
$ bun run dev #Run develop