/angular-windows-95

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

Primary LanguageCSS

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.