Skip to content

Avans/Webdictaat.Client

Repository files navigation

Webdictaat.Client

An Angular2 web application that consumes the Webdictaat.CMS

The client is currently up and running on http://webdictaat.aii.avans.nl/cms/.

Getting Started

To get a copy of the project up and running on your local machine for development and testing purposes, please clone this repository and run NPM INSTALL. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

npm install webpack -g
npm install webpack-dev-server -g

Installing

How to get a development env running

npm install

After that you can run the cms application with the following command.

npm start

Running the tests

TODO: implement js tests

Break down into end to end tests

TODO: implement e2e tests

Deployment

Additional notes about how to deploy this on a live system.

The build has been seperated in to two parts:

  • Build of the CMS web application
  • Build of the Client javascript sources

To build the CMS application run:

npm run build

To build the client dictaat application run:

npm run build:client

Built With

Contributing

This webdictaat project is an opensource githtub project, where any one can contribute. Please contact me [email protected] for information on how to pitch in.

Versioning

We are in the most early phases of development, and an officiel version is not yet released.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Shout out to Michel du Croix - mlcroix, for being the first student to join in on the platform development