urre / astro-typescript-mdx-react

Simple starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Astro TypeScript React MDX

Super simple starter using:

  • Astro
  • Typescript
  • React for components
  • MDX
  • Vanilla CSS

Commands

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

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

About

Simple starter

License:MIT License


Languages

Language:Astro 49.5%Language:CSS 19.8%Language:TypeScript 18.6%Language:JavaScript 7.0%Language:MDX 5.1%