Coder Social home page Coder Social logo

devmoritz / ngtemplate Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.53 MB

Simple Angular 9.1 Template Application with Module Routing, Navbar & Bootstrap (SCSS)

License: MIT License

JavaScript 8.78% TypeScript 69.19% HTML 7.93% SCSS 14.10%
template bootstrap4 routing scss typescript angular9 angula

ngtemplate's Introduction

NgTemplate [Updated V9.1.0] [Generated V8.3.5]

This project is a template to get easy started with angular.

Dependencies installation

To install all dependencies run: npm install All dependencies are listet in package.json

Development server

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

Build

For development build run: ng build For productive build run: ng build --prod

Project structure

For more informations about each file: https://angular.io/guide/file-structure

NgTemplate
│   .editorconfig
│   .gitignore
│   angular.json
│   browserslist
│   karma.conf.js
│   package-lock.json
│   package.json
│   README.md
│   tsconfig.app.json
│   tsconfig.json
│   tsconfig.spec.json
│   tslint.json
│
├───e2e
│   │   protractor.conf.js
│   │   tsconfig.json
│   │
│   └───src
│           app.e2e-spec.ts
│           app.po.ts
│
├───environments
│       environment.prod.ts
│       environment.ts
│
└───src
    │   favicon.ico
    │   index.html
    │   main.ts
    │   polyfills.ts
    │   styles.scss
    │   test.ts
    │
    ├───app
    │   │   app-routing.module.ts
    │   │   app.component.html
    │   │   app.component.scss
    │   │   app.component.spec.ts
    │   │   app.component.ts
    │   │   app.module.ts
    │   │
    │   ├───components
    │   │   └───header
    │   │           header.component.html
    │   │           header.component.scss
    │   │           header.component.spec.ts
    │   │           header.component.ts
    │   │
    │   └───pages
    │       └───home
    │               page-home.component.html
    │               page-home.component.scss
    │               page-home.component.spec.ts
    │               page-home.component.ts
    │               page-home.module.ts
    │
    ├───assets
    │
    ├───environments
    │       environment.prod.ts
    │       environment.ts
    │
    └───styles
            _b4-override.scss
            _global.scss

ngtemplate's People

Contributors

dependabot[bot] avatar devmoritz avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.