Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucjosin/astro-init

A simple boilerplate for Astro project
https://github.com/lucjosin/astro-init

astro astro-js astro-typescript astrojs astrojs-boilerplate typescript

Last synced: 15 days ago
JSON representation

A simple boilerplate for Astro project

Awesome Lists containing this project

README

        

# Welcome to [Astro](https://astro.build) boilerplate

## Usage

- [Fork](https://github.com/LucJosin/astro-init/fork)
- [Download](https://github.com/LucJosin/astro-init/archive/refs/heads/main.zip)
- [Degit](https://github.com/Rich-Harris/degit)
- ```
degit LucJosin/astro-init
```

## Dependencies

See more Astro [integrations](https://astro.build/integrations/)

- [@astrojs/sitemap](https://www.npmjs.com/package/@astrojs/sitemap)
- [astro](https://www.npmjs.com/package/astro)
- [astro-compress](https://www.npmjs.com/package/astro-compress)
- [eslint](https://www.npmjs.com/package/eslint)
- [prettier](https://www.npmjs.com/package/prettier)

## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------ | :------------------------------------------------- |
| `yarn install` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:3000` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `yarn astro --help` | Get help using the Astro CLI |

## Want to learn more?

Feel free check the [documentation](https://docs.astro.build).