https://github.com/yeasin2002/dev-patterns
It signifies a comprehensive space (or world) dedicated to design patterns and principles. It suggests a hub, ecosystem, or knowledge center where developers can explore, learn, and apply various software design patterns.
https://github.com/yeasin2002/dev-patterns
design-patterns design-principles vue
Last synced: 3 months ago
JSON representation
It signifies a comprehensive space (or world) dedicated to design patterns and principles. It suggests a hub, ecosystem, or knowledge center where developers can explore, learn, and apply various software design patterns.
- Host: GitHub
- URL: https://github.com/yeasin2002/dev-patterns
- Owner: yeasin2002
- Created: 2025-02-24T02:24:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T22:16:40.000Z (9 months ago)
- Last Synced: 2025-07-07T17:50:15.922Z (6 months ago)
- Topics: design-patterns, design-principles, vue
- Language: MDX
- Homepage: https://dev-patterns.vercel.app/
- Size: 4.72 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Kit: Basics
```sh
npm create astro@latest -- --template basics
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!

## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
## 🧞 Commands
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:4321` |
| `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 check` |
| `npm run astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).