π» A modern full-stack application template built with TypeScript, Vite, TailwindCSS & more β ideal for scalable projects.
Anish_Code is structured to help you start developing production-ready apps quickly with ready-to-use server, client, and shared modules.
Built with β€οΈ and modern web tooling.
- π§ TypeScript everywhere β strict typed code on both server and client
- β‘ Vite for blazing fast builds & dev experience
- π¨ TailwindCSS for utility-first styling
- π¦ Modular folder structure (client, server, shared)
- π Environment config usage (
.env.example) - π Ready for full-stack workflows and scalable architecture
π― Check out the live version of the application here:
π π https://anish-space-hmhy.onrender.com/
Open the link above to explore the app in action β instantly and without installing anything!
bash git clone https://github.com/Ram77-code/Anish_Code.git cd Anish_Code
Setup environment
Copy the example environment file:
cp .env.example .env
Then edit .env with your local settings.
Run in development npm run dev
Open your browser and go to: http://localhost:5173
π§ͺ Scripts Description npm run dev Starts the development server npm run build Builds both server & client for production npm run preview Preview production build npm test Run tests (if added)
π§© Architecture π Anish_Code βββ π client # Frontend (Vite + UI components) βββ π server # Backend logic βββ π shared # Shared modules/utilities βββ .env.example # Sample env config βββ package.json βββ tsconfig.json βββ vite.config.ts
π Tech Stack Layer Tech Frontend Vite, TypeScript, TailwindCSS Backend Node.js/Express (or other β update if using specifics) Shared Utility functions & shared types
π οΈ Whatβs Next
Add authentication & authorization
Integrate API routes / DB
Add unit/integration testing
CI/CD workflow with GitHub Actions
π€ Contributing
Contributions are welcome! Follow these steps:
Fork this repository
Create your feature branch (git checkout -b feature/awesome)
Commit your changes (git commit -m 'feat: add awesome feature')
Push to the branch (git push origin feature/awesome)
Open a Pull Request β¨
π License
Distributed under the MIT License. See LICENSE for details.
π£ Contact
β¨ Built by Ram77-code by blessing of Godβ€οΈ β feel free to connect and collaborate!