mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 22:44:36 +08:00
Example App: next.js
Demonstrates Polaris inside a next.js project with minimal setup and configuration.
Dependencies
Getting started
Installation
Install all the project dependencies.
With Yarn
yarn install
With npm
npm install
Development
Run the local next.js development server with Polaris preconfigured.
With Yarn
yarn start
With npm
npm start
Open http://localhost:3000 in your browser and you should see the Polaris example application.