Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 815 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 815 Bytes

viterjs-template

JavaScript + React + Redux + Styled-Components + Axios + ESLint + Prettier

viterjs-template

Getting Started

Clone the repo

npx degit emre-cil/viterjs-template my-app
cd my-app

Install Dependencies

yarn

Run

yarn dev

Scripts

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

Check List