2.7.1 • Published 2 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

2.7.1

2 years ago

2.6.3

2 years ago

2.6.5

2 years ago

2.6.4

2 years ago

2.6.1

2 years ago

2.6.2

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.5.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.5.2

2 years ago

2.4.3

2 years ago

2.6.0

2 years ago

2.5.1

2 years ago

2.4.2

2 years ago

2.4.4

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.11.2

2 years ago

1.12.0

2 years ago

1.11.1

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago