Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 431 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 431 Bytes

robe-skeleton-ui

Getting Started
Download and Install
git clone https://github.com/robeio/robe-skeleton-ui.git 
cd robe-skeleton-ui
npm install
Development Mode
  • start
npm start
Test
  • full test
npm test
  • test file
npm testd App
  • test and coverage
npm testc
Build
  • build
npm build