Home

Awesome

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.