Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 190 Bytes

File metadata and controls

23 lines (12 loc) · 190 Bytes

React-startkit

Author: Arron

Dev

npm i
npm start

Build

npm build

serve build local

npm i -g serve
serve -s build

Test

npm run test