Run npm install and then npm run ...:
| Command | Description |
|---|---|
| start | Start |
| build | Build to dist dir |
| test | Run tests |
| test:cov | Run tests w/coverage |
| test:debug | Run tests w/debugger |
No configuration or complicated folder structures, just the files you need to build your app:
vite-template-react
├── node_modules
├── public
│ ├── favicon.svg
└── src
├── App.css
├── App.jsx
├── App.test.jsx
├── index.css
├── index.jsx
└── logo.svg
└── setupTests.js
├── .gitignore
├── index.html
├── package.json
├── vite.config.js
Customizations by Joel Burton (joel@rithmschool.com), based on the Vite Template React, which is built and maintained by Safdar Jamal.
This project is licensed under the terms of the MIT license.