Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 254 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 254 Bytes

design-pattern

A React project

Usage

# install all this dependencies.
npm install

# development, default port: 8080
npm run dev

# production
npm run build

# build with report
npm run build --report

# lint the files
npm run lint