StayWoke Platform
<iframe src="https://widget.staywoke.org/" width="320" height="375" frameborder="0" seamless></iframe>
<iframe src="https://app.staywoke.org/" width="1200" height="800" frameborder="0" seamless></iframe>
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# storybook with hot reload at localhost:9001
npm run storybook
# export static storybook to .storybook-build
npm run storybook:build
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run lint tests
npm run lint
# run unit tests
npm run unit
# run all tests
npm test