mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-06-10 06:39:43 +08:00
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2) Signed-off-by: dependabot[bot] <support@github.com>
Example App: Create React App
Demonstrates Polaris and react-testing 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.