Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
/ design-angular Public archive

An Angular-based toolkit that implements the Italia design system

License

Notifications You must be signed in to change notification settings

italia/design-angular

Repository files navigation

NOTE: This repository is a work-in-progress, and not yet ready for production use!

Join the #design-js channel Get invited

Minimal Starter with Angular on both Server and Browser Platforms

Installation

  • npm install

Serve

  • npm start to build your client app and start a web server
  • npm run build to prepare a distributable bundle

Development

  • run npm start and npm run watch in two separate terminals to build your client app, start a web server, and allow file changes to update in realtime

Prod

  • npm run build:prod to compile the ngfactory files and build prod
  • npm run server to start up the server