An open API service indexing awesome lists of open source software.

https://github.com/ncarlier/slides-boot-my-app

Small talk about HTML App build tools.
https://github.com/ncarlier/slides-boot-my-app

Last synced: 7 months ago
JSON representation

Small talk about HTML App build tools.

Awesome Lists containing this project

README

          

# Boot my App

The topic of this talk is to expose what is the current state of the art about bootstrap,
build and package a modern web application. By modern web application I mean 100% HTML.
During this talk I will introduce several tools and practices to help us in our quest of productivity,
structuration and quality.

Building an App is a long process and can be described by the following lifecycle.

First you have to structure your App. Set up the bases, the scaffolding.
Initiate the build proccess. Define the tree structure.

Then you have to develop. Fast and efficiently. Keeping in mind quality along all this phase.

Not really after but in the same time you have to test your developments.

Then when everything is ok, you have to prepare your App for the production. Optimize and·package all this.

And finally we can push our great App on the cloud.

Now let's see all this steps and how can we use tools or best practices to improve our experience.

## Structure the App

How to cleanly bootstrap our app by:
- using Scafolding tools
- setup boilerplate
- managing dependencies
- define a complete build proccess

## Develop

How to speed up development by:
- using preprocessors
- using some Frameworks

## Test

How to improve our app quality by:
- automate everything
- test everything
- monitoring everything

## Packaging

How to prepare our app for the production by:
- Concat
- Minify
- Optimize...
- every ressources

## Deploy

How to deploy our application...
automatically...
easily...
in the cloud.

# Links

https://www.ohloh.net/

http://raibledesigns.com/rd/entry/the_modern_java_web_developer

http://www.igvita.com/slides/2012/devtools-tips-and-tricks

https://github.com/tooling/book-of-modern-frontend-tooling

http://www.webpagetest.org/result/130803_Y8_7VW/
http://www.webpagetest.org/result/130803_JE_7RX/

http://www.html5rocks.com/en/tutorials/speed/img-compression/

https://www.igvita.com/2012/09/12/web-fonts-performance-making-pretty-fast/