Skip to content

MaxiSantos/scalable-architecture-demo

 
 

Repository files navigation

Introduction

Sample architecture from my blog post "Scalable Single-Page Application Architecture".

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

In order to start the seed use:

git clone --depth 1 https://github.com/mgechev/scalable-architecture-demo.git
cd angular2-seed
# install the project's dependencies
npm install
# watches your files and uses livereload by default
npm start
# api document for the app
npm run docs

# dev build
npm run build.dev
# prod build
npm run build.prod

# generate manifest.appcache
npm run generate.manifest.prod
npm run generate.manifest.dev

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.3%
  • JavaScript 13.7%
  • HTML 6.9%
  • CSS 4.1%