Skip to content
/ core-ng Public

Core-ng: A functioning Core rewrite written in Angular 7.

Notifications You must be signed in to change notification settings

ephs/core-ng

Repository files navigation

Core-ng: A functioning core rewrite written in Angular 7.


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.

Pictures


Before After

Setup


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.

Credit


Based on Core demo. Thanks @eduxstad and @Jythonscript!