/staywoke-platform

StayWoke Platform

Primary LanguageJavaScriptMIT LicenseMIT

logo

StayWoke Platform

StayWoke Platform

Embed Option

Widget App:

<iframe src="https://widget.staywoke.org/" width="320" height="375" frameborder="0" seamless></iframe>

screenshot

Full App:

<iframe src="https://app.staywoke.org/" width="1200" height="800" frameborder="0" seamless></iframe>

screenshot

Developer Scripts

# 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