pcs-polaris
v1.0.28
Published
[![NPM version][npm-image]][npm-url] [![Build][github-build]][github-build-url] ![npm-typescript] [![License][github-license]][github-license-url]
Downloads
56
Readme
pcs-polaris
This repo is the wrapper of the polaris library
It is simple React admin template following Polaris UI components
Create project in the first time
npm init -yor
yarn init -yAdd pcs library:
npm install pcs-polaris --save-devor
yarn add -D pcs-polarisGenerate project source code:
Generate React repository
npx pcs-polaris createor
yarn pcs-polaris createRun project:
Option 1: Run project in Docker
docker compose up -dOption 2: Run project in local machine
- Install packages
npm installor
yarn install- Start development
npm run startor
yarn start