An ember-tailwind-jit-monorepo-setup with a shared tailwind config.
See https://github.com/tailwindlabs/tailwindcss-jit and https://www.youtube.com/watch?v=3O_3X7InOw8 for more details about @tailwindcss/jit.
You will need the following things properly installed on your computer.
git clone https://github.com/fpauser/ember-tailwind-jit-monorepo-setup
this repositorycd packages/webapp
yarn install
yarn start
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember build
(development)ember build --environment production
(production)