Everettss / spa-optimization

Application used in presentation

Home Page:https://everettss.github.io/spa-optimization-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spa-optimization

Application used in presentation spa-optimization-presentation

Video of this presentation [PL]

1. Clone app

$ git https://github.com/Everettss/spa-optimization.git
$ cd spa-optimization

Make sure that you use Node 6.

2. Install dependencies

$ npm install

3. Run app

  • For development version (with source maps)
$ npm run dev
  • For minified ready for production
$ npm run show

4. Check all stages!

This repo contains 5 branches according to presentation

  • master - initial not optimazed app (stage0)
  • stage1
  • stage2
  • stage3
  • stage4

About

Application used in presentation

https://everettss.github.io/spa-optimization-presentation/

License:MIT License


Languages

Language:JavaScript 86.9%Language:CSS 13.1%