Complete redesign of CORE (A web app program at my high school).
Interacts with Core API. Make sure you adjust the config.service.ts file in src/app/core to point to the API server.
Before | After |
---|---|
Have npm
(node.js) and Angular (npm install -g @angular/cli
) installed then, in the repository:
npm install && ng serve
to get a dev enviornment up and running.
You can build an Angular app using the ng build --prod
command. There are some .zip's in the releases tab.
Based on Core demo. Thanks @eduxstad and @Jythonscript!