Skip to content

jmarkstevens/AngularPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularPatterns

A collection of simple angular projects providing startup and test examples. Its my angular playground. I am using webpack 2 and babel for the build tool chain.

I am using JavaScript rather than TypeScript. I also stuck to simple components. This is something of a React approach to Angular.

Angular 1.x

  • Basic
  • Basic Redux
  • Redux Fetch
  • Redux SocketIO

Angular 4.x

  • Basic
  • Basic Redux
  • Google Maps
  • jsmCommon
  • Redux Fetch
  • Redux SocketIO

The basics

Open two terminals at the desired project root. I use iTerm on Mac, ConEmu on Windows 10. First time do "npm/yarn install". In one terminal "npm run ww". In the other terminal "npm start". In your browser localhost:3500. All projects use the same port. If you want to do it with one terminal session you can run "npm run nw" for no watch.

About

Basic startup projects for Angular 1.x and 2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published