UNPKG

@faisalrmdhn08/allin-cli

Version:

A modern full-stack CLI tool based on Typescript designed to accelerate your app development process — setup your entire stack in one seamless command.

94 lines (62 loc) 1.66 kB
# 🚀 Frontend Project A lightweight frontend application built with **[Framework/Runtime: Astro / Next.js / SolidJS / Svelte / Vue.js / VanillaJS]**. This project provides a modern UI with a clean and maintainable structure. --- ## 📦 Features - Modern frontend architecture - Component-based development - State management ready (if applicable) - Routing system (SPA/MPA support) - Environment configuration with `.env` - Docker-ready for development & production --- ## 🛠 Tech Stack - **Language:** JavaScript / TypeScript - **Framework:** [Astro / Next.js / SolidJS / Svelte / Vue.js / VanillaJS] - **Styling:** [Tailwind CSS / CSS Modules / SCSS / Vanilla CSS] - **Build Tool:** [Vite / Webpack / Turbopack] - **Containerization:** Docker & Docker Compose --- ## 🚀 Getting Started ### Installation ```bash git clone https://github.com/your-username/your-frontend-project.git cd your-frontend-project npm install ``` --- ## Run Locally ```bash npm run dev ``` App available at: http://localhost:3000 --- ## ⚙️ Environment Variables Create .env file based on .env.example: ```env PORT=3000 API_URL=http://api.example.com NODE_ENV=development ``` --- ## 🐳 Docker Setup ```bash docker-compose up --build ``` --- ## 📖 Documentation - Project structure and usage can be found in /docs - Or check framework official docs: - Astro.js - Next.js - Svelte - SolidJS - Vue.js --- ## 🤝 Contributing Contributions are welcome! Please fork the repo and submit a PR. --- ## 📄 License Distributed under the MIT License. See the LICENSE file for full details. [MIT](https://opensource.org/license/mit)