Files
polaris-react/examples/create-react-app
..
2018-03-13 10:28:30 -04:00
2018-03-13 10:28:30 -04:00
2019-02-26 17:02:28 -05:00
2019-02-26 17:02:28 -05:00

Example App: Create React App

Demonstrates Polaris inside a create-react-app 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 create-react-app 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.