Awesome
This is project was created with @emilgramdk/new-angular-app
.
Getting Started
Install dependencies, use the following npm command:
npm install
Usage
-
Setup config.ts: Configure the application settings.
export const config = { appName: "Angular Template", applicationName: "template", baseURL: "/", apiURL: "", authURL: "", database: "", itemTypes: {}, };
-
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:
- Auth Documentation - learn about authentication and api requests.
- Layout Documentation - learn about how to use the layout.
- PrimeNG Documentation - learn about the PrimeNG components.
License
This project is licensed under the MIT License.