Boilerplate template designed to quickly bootstrap an Astro Web App, SPA, website or landing page with TypeScript, TailwindCSS, ESLint, Husky and much more in just 30 seconds.
Astro Vanilla TypeScript is a template that provides a development environment with various tools for building web applications. It includes Astro, TypeScript, TailwindCSS, SASS, PostCSS, Playwright, and Vite. The template also offers features like ESLint, Prettier, Husky, and Commitlint to enhance the development experience. The repository provides a guide on how to contribute to the project and maintain the conventional commit format.
To install and set up the Astro Vanilla TypeScript template, follow these steps:
git clone https://github.com/doinel1a/astro-vanilla-ts YOUR-PROJECT-NAME.npm install for NPM, pnpm install for PNPM, or yarn install for Yarn.npm run dev for NPM, pnpm dev for PNPM, or yarn dev for Yarn.npm run build for NPM, pnpm build for PNPM, or yarn build for Yarn.npm run preview for NPM, pnpm preview for PNPM, or yarn preview for Yarn.Astro Vanilla TypeScript is a template that provides developers with a ready-to-use environment for building web applications. It incorporates various tools like Astro, TypeScript, TailwindCSS, SASS, PostCSS, Playwright, and Vite to streamline the development process. The template also includes features like ESLint, Prettier, Husky, and Commitlint to improve the development experience. By following the installation guide, developers can set up the template and start building their projects with ease.