Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 624 Bytes

File metadata and controls

25 lines (16 loc) · 624 Bytes

ampc-client

ampc frontend written using Angular 5 and typescript

for the server part see https://github.com/derhorst/ampc-server

ScreenShot

install the project's dependencies

$ npm install

fast install (via Yarn, https://yarnpkg.com)

$ yarn install # or yarn

watches your files and uses livereload by default

$ npm start

dev build

$ npm run build.dev

prod build

prod build, will output the production application in dist/prod the produced code can be served from the htdocs folder of ampc-server

$ npm run build.prod