Update README.md (#43)

Show how to build before starting the app in README
This commit is contained in:
Vikas Kedia 2018-01-08 03:18:14 -08:00 committed by Jerko Steiner
parent b7314643cc
commit fee565a4e3

View File

@ -20,8 +20,8 @@ cd peer-calls
npm install
# for production
npm start
npm run build
npm start
# for development
npm run start:watch