Skip to content
MDX logo
v1.5.1GitHub logo

Zero

Zero is a no-config web framework for React, MDX, Node.js, and Vue. It has built in support for MDX. To get started, install Zero (globally or locally in your project).

Installation

npm install -g zero

Writing MDX files

Create a new directory for your project and add an index.mdx file with the following markdown:

# My first MDX Page
some awesome content

Now, cd into your project directory and run zero.

Zero has some additional features for MDX, you can read them here.

Resources

Edit this page on GitHub
Previous:
Parcel
Next:
Playground alpha