Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 228 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 228 Bytes

How to Start

client

env

/env/production.env

API_URL=
NODE_ENV=

Start

Install

npm install

Start

npm run start

Storybook

npm run storybook

Build

npm run build