Skip to content

DanWahlin/Angular-BareBones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular and TypeScript Bare Bones Project

The Bare Bones project is an Angular starter project that has the npm modules, configuration, scripts, folders and routing in place.

Here's what is in the project:

  • Angular scripts and TypeScript configuration are ready to go
  • Angular bootstrapper wired up to the app component
  • App component with basic routing applied
  • Homepage component
  • A single "feature" component (represents a custom feature your app would have)
  • A simple data service to provide data and show dependency injection
  • Routing between the homepage and the "feature"
  • Bootstrap for CSS

It's a minimal app intended to get you up and running quickly so the rest is up to you!

If you're using VS Code, install my Angular code snippets to simplify the process of writing Angular code. The code snippets make it easy to build Angular components, services, pipes, directives and more.

Running the Application

  1. Install Node.js

  2. Install the Angular CLI:

    npm install -g @angular/cli

  3. Run npm install to install app dependencies

  4. Run ng serve -o to start the server and launch the app

About

Angular and TypeScript Bare Bones Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published