- Jest - Test runner
- Typescript - Type checking
- Storybook - Component library
- Mock Service Worker - Mock REST / GraphQL API
- ESLint - Code linting
- Prettier - Code formatting
Download or clone the starter.dev-showcases repository from https://github.com/thisdot/starter.dev-showcases
git clone https://github.com/thisdot/starter.dev-showcases.gitgh repo clone thisdot/starter.dev-showcasesOpen the project root directory in your terminal and navigate to the nuxt-pinia-tailwind showcase. Run yarn to install the dependencies.
cd nuxt-pinia-tailwind
yarnThis demo app gets deployed to Netlify on changes to the main branch.