Tony133 / angular-app-book

Simple example app with Angular 16.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-app-book

Simple example App with Angular 16.x

Install Project

    $ yarn install

Run App

  $ yarn start

Settings url endpoint on file environment.ts

    export const environment = {
      production: false,
      endpointApi: 'url-endpoint',
    };

Development server

Run ng serve for a dev server or alias ng s. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Or Command from terminal:

  $ open -n http://localhost:4200/

Build Project

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

About

Simple example app with Angular 16.x

License:MIT License


Languages

Language:TypeScript 60.2%Language:HTML 30.5%Language:JavaScript 6.7%Language:CSS 2.6%