How to Create an Astro JS Project - Quick Start Guide

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • nvm for Windows

    A node.js version management utility for Windows. Ironically written in Go.

    NVM is a macOS and Linux project. To use it on Windows, you'll have to use NVM for windows.

  • docs

    Astro documentation (by withastro)

    You can see the structure of different open-source Astro sites, for example the source code of the Astro documentation on GitHub.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • astro

    Astro is the all-in-one web framework designed for speed 🏝️✨

    npx astro add tailwind Astro will run the following command: If you skip this step, you can always run it yourself later ╭────────────────────────────────────────────────────╮ │ npm install @astrojs/tailwind [email protected]^3.0.24 │ ╰────────────────────────────────────────────────────╯ ✔ Continue? … yes ⠸ Installing dependencies... ✔ Installing dependencies... Astro will generate a minimal ./tailwind.config.cjs file. ✔ Continue? … yes Astro will make the following changes to your config file: ╭ astro.config.mjs ─────────────────────────────╮ │ import { defineConfig } from 'astro/config'; │ │ │ │ // https://astro.build/config │ │ import tailwind from "@astrojs/tailwind"; │ │ │ │ // https://astro.build/config │ │ export default defineConfig({ │ │ integrations: [tailwind()] │ │ }); │ ╰───────────────────────────────────────────────╯ ✔ Continue? … yes success Added the following integration to your project: - @astrojs/tailwind

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts