# Create with npm a new project, pnpm and yarn also available
## Choose project options
# Command accepts flats for configuration like following to add react and tailwind
npm create astro@latest -- --add react --add tailwind
npm create astro@latest -- --template <example-name>
npm create astro@latest -- --template <github-username>/<github-repo>
## Allows access to Astro dev toolbar to inspect islands, accessibility issues
## Results are in dist/ folder
# Do type checking and build
astro check && astro build
## Recommended for use with TypeScript
## Use other checkers relevant for your UI framework