Introducing AstroLaunch UI Pro, the ultimate starter template for your startup web project. Built on Astro's next-gen island architecture, AstroLaunch UI Pro offers a sleek and modern design with a wide range of components and features to help you create a stunning online store.
Main Features Build your startuo website quickly and efficiently with:
Example Pages We created a set of pre-built pages to help you get inspired or show something to your clients. See them below:
AstroLaunch UI Pro has everything you need to create the website of your dreams.
Inside of your Astro project, you'll see the following folders and files:
/
āāā CHANGELOG.MD
āāā README.md
āāā assets
āĀ Ā āāā css
āĀ Ā āĀ Ā āāā input.css
āĀ Ā āĀ Ā āāā material-tailwind.css
āĀ Ā āāā js
āĀ Ā āĀ Ā āāā astro-launch-ui.min.js
āĀ Ā āāā scss
āĀ Ā āāā loading-dot.css
āāā astro.config.mjs
āāā create-free-demo.js
āāā hooks/
āāā package.json
āāā public/
āāā src
āĀ Ā āāā components/
āĀ Ā āāā env.d.ts
āĀ Ā āāā example.tsx
āĀ Ā āāā header.tsx
āĀ Ā āāā layouts
āĀ Ā āĀ Ā āāā Layout.astro
āĀ Ā āāā pages/
āĀ Ā āĀ Ā āāā 404.astro
āĀ Ā āĀ Ā āāā 500.astro
āĀ Ā āĀ Ā āāā about.astro
āĀ Ā āĀ Ā āāā billing.astro
āĀ Ā āĀ Ā āāā blog-post.astro
āĀ Ā āĀ Ā āāā blog.astro
āĀ Ā āĀ Ā āāā coming-soon.astro
āĀ Ā āĀ Ā āāā dashboard.astro
āĀ Ā āĀ Ā āāā index.astro
āĀ Ā āĀ Ā āāā landing.astro
āĀ Ā āĀ Ā āāā login.astro
āĀ Ā āĀ Ā āāā marketing.astro
āĀ Ā āĀ Ā āāā reset.astro
āĀ Ā āĀ Ā āāā signup.astro
āĀ Ā āĀ Ā āāā teams.astro
āĀ Ā āĀ Ā āāā terms.astro
āāā tailwind.config.js
āāā tsconfig.json
Astro looks for .astro
or .md
files in the src/pages/
directory. Each page is exposed as a route based on its file name.
There's nothing special about src/components/
, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
Any static assets, like images, can be placed in the public/
directory.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro preview |
npm run astro --help |
Get help using the Astro CLI |
Twitter: https://twitter.com/CreativeTim
Facebook: https://www.facebook.com/CreativeTim
Dribbble: https://dribbble.com/creativetim
TikTok: https://tiktok.com/@creative.tim
Instagram: https://instagram.com/creativetimofficial
Feel free to check our documentation or jump into our Discord server.