Skip to content

Angular base to make simple web-apps with Windows 95 style.

Notifications You must be signed in to change notification settings

Nytyr/angular-windows-95

Repository files navigation

Angular Windows 95

Angular base to make simple web-apps with Windows 95 style.

Done using the Windows 95 UI Kit

Screenshots

W95

W95 Gif

Add components to the start menu

Just generate your components and modify 'menu' field from the AppComponent.

menu: MenuItem[] = [
    {
      name: '📕 Welcome',
      goTo: WelcomeComponent,
    },
    {
      name: '📄 Register',
      goTo: RegisterComponent,
    },
    {
      name: '🔗 Github',
      goTo: 'https://github.com/nytyr',
    }
  ];

Development server

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

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

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

Angular base to make simple web-apps with Windows 95 style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published