Skip to content

PKief/angular-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a44f17 · Sep 17, 2024
Aug 10, 2018
Mar 27, 2019
Mar 4, 2018
Jan 9, 2019
Aug 10, 2018
Mar 4, 2018
Sep 17, 2024
Sep 17, 2024
Mar 4, 2018
Mar 8, 2018
Mar 27, 2019

Repository files navigation

angular-webpack-starter

This is a basic Angular starter project to quickly create Angular projects.

Features

  • Webpack configuration
  • Auto Reload
  • Sass support
  • Global styles + component styles
  • Translation (i18n)
  • Preconfigured components
    • routing
    • lazy loading
    • authentication
  • tslint configuration
  • test environment
  • production server

Installation and usage

Open a terminal in the project folder and run the following commands.

Install all required node dependencies:

npm install

Start the developer mode:

npm start

Open your webbrowser at localhost:3000 to see the app running. You can edit the source files and the app will be automatically updated.

Build the app for production:

npm run build

Open your webbrowser at localhost:9000 to see the productive app running. You can also find the build files in the dist-folder.

Authentication

If you run the app in the browser you'll be redirected to the login page. You can enter any user name and password here.