Skip to content

igorvieira/vite-setup

Repository files navigation

Vite Setup

Eslint (+Prettier), Storybook, Styled-components, Jest e Playwright

vite-setup

Build Setup

# install dependencies
npm install or yarn

# run the tests
npm test or yarn test

# run the e2e tests
npm run test:playwright or yarn test:playwright

# storybook
npm run storybook or yarn storybook