This repo is the wrapper of the polaris library
It is simple React admin template following Polaris UI components
npm init -y
or
yarn init -y
npm install pcs-polaris --save-dev
or
yarn add -D pcs-polaris
Generate React repository
npx pcs-polaris create
or
yarn pcs-polaris create
docker compose up -d
- Install packages
npm install
or
yarn install
- Start development
npm run start
or
yarn start