项目作者: jsteenkamp

项目描述 :
Rapid prototyping with MDX
高级语言: JavaScript
项目地址: git://github.com/jsteenkamp/rapid-prototyping.git
创建时间: 2018-08-13T08:59:19Z
项目社区:https://github.com/jsteenkamp/rapid-prototyping

开源协议:

下载


Rapid Prototyping

See it running at https://rapid.jsx.nz/

Getting Started

You must have Node.js and npm (installed with Node.js) and optionally yarn installed on your machine.

Install dependencies:

npm install or yarn install

Run the development server:

npm run dev or yarn dev

Point your web browser to http://localhost:3000

Add your markdown text and code in pages/scratch.md

The output rebuilds and refreshes the browser automatically as you make changes.

Deployment

Run npm run build or yarn build to generate static output in the out directory. You can upload this directory to your host.

I use Now. Other options include Netlify, GitHub Pages and Surge.

Next.js

Next.js is static and server-side application framework for React.

CSS-in-JS

Resources