EthanOrlander / shopify-frontend-developer-intern-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 83.1%Language:HTML 13.1%Language:Shell 3.7%