Skip to content

derhorst/ampc-client

Repository files navigation

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

About

ampc frontend written using Angular 5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published