JavaScript + React + Redux + Styled-Components + Axios + ESLint + Prettier
npx degit emre-cil/viterjs-template my-app
cd my-app
yarn
yarn dev
Script | Description |
---|---|
yarn dev | Runs the application. |
yarn build | Create builds for the application. |
yarn preview | Runs the Vite preview |
yarn lint | Display eslint errors |
yarn lint:fix | Fix the eslint errors |
yarn format | Runs prettier for all files |