blogic/ucentral-pwa

Set up project

Closed this issue · 3 comments

First steps first – we need a new Ember app. We won't be using ember-data so we can drop that and we should add ember-test-selectors so data-test- selectors will be removed in production properly.

TODO

Open Questions

  • we need to define what browsers we want to support to decide on the polyfills we need to install for those; of course service workers are only supported in modern browsers anyway but if we wanted to allow older browsers to use this still which would be possible we'd have to install polyfills for some Intl APIs Update: we won't support IE11 or Opera which means no polyfills are necessary
  • add ember-intl
  • setup tailwindcss

@BobrImperator I'd do the tailwind setup in a task in which we actually build components so we're adding it together with an actual use case of it

done