/workspan-feed

Primary LanguageTypeScriptMIT LicenseMIT

workspan-feed

Workspan feed application

-Technology stack:

  • AngularJs
  • AngularMaterial
  • Typescript
  • Webpack

Getting started

Development environment

  • Open terminal and type: npm start ( App is built and served with webpack dev server )

Prodution build

  • Open terminal and type: npm run build
  • If you want to run production build navigate to /dist folder and type http-server
  • App should be running with production code