Offline first personal website
- Offline first
- Use localforage for local data storage
- Use service workers, through sw-precache, to cache assets
- Trello design pattern for stylesheets
# start an http local server with livereload
$ npm run dev
# run tests
$ npm test
# generate production files in a dist/ folder
$ npm run build