Skip to content

EmilGramDK/angular-template

Repository files navigation

This is project was created with @emilgramdk/new-angular-app.

Getting Started

Install dependencies, use the following npm command:

npm install

Usage

  1. Setup config.ts: Configure the application settings.

    export const config = {
      appName: "Angular Template",
      applicationName: "template",
      baseURL: "/",
      apiURL: "",
      authURL: "",
      database: "",
      itemTypes: {},
    };
  2. Start the application: Use the following npm command

    npm run start

Learn More

To learn more about the libraries used in this template, take a look at the following resources:

License

This project is licensed under the MIT License.

About

Angular Template we use at work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published