Skip to content

ProjectEvergreen/greenwood-getting-started

Repository files navigation

greenwood-getting-started

Netlify Status

Overview

Companion repository for Greenwood's Getting Started guide. See it live in Stackblitz! ⚡

getting-started-screenshot

Development

  1. Clone the repo
  2. Run npm install

Workflows

  • npm start - Runs greenwood develop
  • npm run build - Runs greenwood build
  • npm run serve - Runs the build and starts up a local web server at localhost:8000