- 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.git
gh repo clone thisdot/starter.dev-showcases
Open 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
yarn
This demo app gets deployed to Netlify on changes to the main
branch.