An Angular2 web application that consumes the Webdictaat.CMS
The client is currently up and running on http://webdictaat.aii.avans.nl/cms/.
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.
What things you need to install the software and how to install them
npm install webpack -g
npm install webpack-dev-server -g
How to get a development env running
npm install
After that you can run the cms application with the following command.
npm start
TODO: implement js tests
TODO: implement e2e tests
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
- Angular2 - The web framework used
- NPM - Dependency Management
- Webpack - Module bundler
- Bootstrap-material-design - The syling framework
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.
We are in the most early phases of development, and an officiel version is not yet released.
- Stijn Smulders - Initial work - Linksonder
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Shout out to Michel du Croix - mlcroix, for being the first student to join in on the platform development