- ⚡ Qwik - Deliver instant apps at scale, Build instantly-interactive web apps without effort.
- 🎨 Tailwind CSS - A Utility-First CSS Framework for Rapid UI Development
- 📦 TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
- 📝 ESLint - The pluggable linting utility for JavaScript and JSX
- 🛠 Prettier - An opinionated code formatter
- 🐶 Husky - A tool that makes Git hooks easy
- 🚫 lint-staged - Run linters against staged git files
- 📄 commitlint - Lint commit messages
- 📦 bun - A JavaScript runtime w/ Fast, disk space efficient package manager
Install degit
globally
bun i -g degit || pnpm i -g degit || yarn global add degit || npm i -g degit
Create a new project from this template
degit rajput-hemant/qwik-template <project-name>
cd <project-name>
Install dependencies
bun i || pnpm i || yarn || npm i
Initialize a new git repository (Optional):
git init
git add .
git commit --no-verify -m "init"
Check out the package.json for all available scripts.
- Update
package.json
with your project details. - Update
README.md
with your project details. - Update
LICENSE
with your name and year.
This template uses bun as the default package manager. If you want to use pnpm
, npm
or yarn
, you need to remove the bun.lockb
file and run pnpm i
, npm i
or yarn
to generate the lock file for the respective package manager.
You can also check out other deployment options, run
bun qwik add
This project is licensed under the MIT License - see the LICENSE file for details.
Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.