···
1
-
# Astro Starter Kit: Basics
4
-
bun create astro@latest -- --template basics
7
-
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
8
-
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
9
-
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)
11
-
> ๐งโ๐ **Seasoned astronaut?** Delete this file. Have fun!
13
-

15
-
## ๐ Project Structure
17
-
Inside of your Astro project, you'll see the following folders and files:
22
-
โ โโโ favicon.svg
24
-
โ โโโ layouts/
25
-
โ โ โโโ Layout.astro
26
-
โ โโโ pages/
27
-
โ โโโ index.astro
28
-
โโโ package.json
31
-
To learn more about the folder structure of an Astro project, refer to
32
-
[our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
36
-
All commands are run from the root of the project, from a terminal:
38
-
| Command | Action |
39
-
| :-------------------- | :----------------------------------------------- |
40
-
| `bun install` | Installs dependencies |
41
-
| `bun dev` | Starts local dev server at `localhost:4321` |
42
-
| `bun build` | Build your production site to `./dist/` |
43
-
| `bun preview` | Preview your build locally, before deploying |
44
-
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
45
-
| `bun astro -- --help` | Get help using the Astro CLI |
47
-
## ๐ Want to learn more?
49
-
Feel free to check [our documentation](https://docs.astro.build) or jump into
50
-
our [Discord server](https://astro.build/chat).
3
+
Nothing special here for now.