/ideal-react-starter

My bootstrap react app

Primary LanguageTypeScriptMIT LicenseMIT

Vite Template React

GitHub Release (latest by date) License

A Vite + React + Tailwind starter template.

Folder Structure

ideal-react-starter
├── node_modules
└── src
    ├── App.spec.tsx
    ├── App.tsx
    ├── index.css
    └── main.tsx
├── .gitignore
├── index.html
├── package.json
├── README.md
└── vite.config.js

Packages

  • react-query
  • react-router-dom
  • eslint
  • prettier
  • tailwindcss

Development

Use this as a template with vite

npx degit azizsafudin/ideal-react-starter my-project
cd my-project

Install dependencies:

yarn

Start local development with HMR:

yarn dev
vite v2.9.9 dev server running at:

> Local: http://localhost:3000/
> Network: use `--host` to expose

ready in 149ms.

Available Scripts

Script Description
yarn dev Runs the app in the development mode.
yarn test Runs test suite on watch mode.
yarn coverage Get test coverage report.
yarn build Builds the app for production to the dist folder.
yarn serve Serves the production build from the dist folder.

Credits

Ideal React Starter is built and maintained by Abdul Aziz Safudin.

License

This project is licensed under the terms of the MIT license. s