Skip to content

robeio/robe-skeleton-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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