2.7.1 • Published 8 months ago

create-boilerplate-vite-react-ts v2.7.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

create-boilerplate-vite-react-ts

npm version

Create quickly a skeleton of Vite React TypeScript application with amazing configuration.

Quick Start

bun:

bun create boilerplate-vite-react-ts YOUR_APP_NAME

npm:

npm create boilerplate-vite-react-ts YOUR_APP_NAME

yarn:

yarn create boilerplate-vite-react-ts YOUR_APP_NAME

pnpm:

pnpm create boilerplate-vite-react-ts YOUR_APP_NAME

Optional params

You can add some params to install and configure automatically some popular libraries.

NameDescriptionDocumentation
axiosInstall axios libraryaxios
i18nextInstall i18next libraryi18next
react-queryInstall react query libraryreact-query
react-routerInstall react router libraryreact-router
npm create boilerplate-vite-react-ts YOUR_APP_NAME --axios --i18next

Files structure

├── .husky
    pre-commit
├── public
    favicon.ico
└── src
    └── assets
    └── components
        └── DataDisplay
        └── Feedback
        └── Inputs
        └── Layout
        └── Navigation
        └── Surfaces
        └── Utils
            Router.tsx (optional if react-router is installed)
    └── constants
        routes.ts (optional if react-router is installed)
    └── context
    └── features
    └── hooks
    └── locales
    └── pages
        Contact.tsx (optional if react-router is installed)
        Home.tsx (optional if react-router is installed)
    └── services
    └── stores
    └── types
        i18next.d.ts (optional if i18next is installed)
        vite-env.d.ts
    └── utils
    App.test.tsx
    App.tsx
    test.config.ts
.eslintignore
.eslintrc.json
.gitignore
index.html
index.tsx
package.json
README.md
tsconfig.json
tsconfig.node.json
vite.config.ts
[yarn.lock|pnpm-lock.yaml|package-lock.json|bun.lockb]
2.7.0

8 months ago

2.7.1

8 months ago

2.6.3

11 months ago

2.6.5

11 months ago

2.6.4

11 months ago

2.6.1

12 months ago

2.6.2

12 months ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.5.0

1 year ago

2.4.1

1 year ago

2.4.0

1 year ago

2.3.1

1 year ago

2.5.2

1 year ago

2.4.3

1 year ago

2.6.0

1 year ago

2.5.1

1 year ago

2.4.2

1 year ago

2.4.4

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.11.2

1 year ago

1.12.0

1 year ago

1.11.1

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago