Application used in presentation spa-optimization-presentation
Video of this presentation [PL]
$ git https://github.com/Everettss/spa-optimization.git
$ cd spa-optimization
Make sure that you use Node 6
.
$ npm install
- For development version (with source maps)
$ npm run dev
- For minified ready for production
$ npm run show
This repo contains 5 branches according to presentation
master
- initial not optimazed app (stage0
)stage1
stage2
stage3
stage4