Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 340 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 340 Bytes

voicebase-player-v2

The react-based version of the VoiceBase Player

Requirements

  • node >=5.0.0
  • npm ^3.0.0

Development

Install

npm install

Start the application in dev mode with hot-module-replacement

npm start

Build for production

npm run build

Run tests

npm run test