0.0.24 • Published 6 years ago
start-kit-skript v0.0.24
A Start-kit created using Create React App.
If you don't specify a template (for example, --template ssr
), template will be used by default.
Quick Overview
npx start-kit-skript my-app
cd my-app
npm start
Default template
Project structure
my-app
├── node_modules
├── .eslintrc.json
├── .editorconfig
├── .gitignore
├── package.json
├── package-lock.json
├── tsconfig.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── assets
│ └── img
├── components
│ ├── Header
│ ├── Layouts
│ └── Loading
├── constants
│ └── pagesNames.ts
├── pages
│ ├── Authorization
│ └── Examples
├── services
│ ├── themingService
│ │ ├── themes
│ │ │ └── baseTheme.ts
│ │ └── createTheme
│ ├── AccountService.ts
│ ├── ServiceBase.ts
│ └── versionAPI.ts
├── custom.d.ts
└── react-app-env.d.ts
└── index.tsx
└── router.tsx
└── serviceWorker.js
dependencies
- @date-io/date-fns
- @material-ui/core
- @material-ui/icons
- @stecpoint/ui-kit
- @types/jest
- @types/node
- @types/react
- @types/react-dom
- @types/react-router
- @types/react-router-dom
- @types/webfontloader
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- awesome-debounce-promise
- axios
- clsx
- cross-env
- date-fns
- effector
- effector-react
- querystring
- react-hook-form
- react-router
- react-router-dom
- webfontloader
devDependencies
- eslint
- eslint-config-airbnb-base
- eslint-config-prettier
- eslint-config-react-app
- eslint-plugin-import
- eslint-plugin-import-order-autofix
- eslint-plugin-prettier
- eslint-plugin-react
- husky
- prettier
- pretty-quick
- source-map-explore
0.0.24
6 years ago
0.0.21
6 years ago
0.0.23
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.14
6 years ago
0.0.15
6 years ago
0.0.16
6 years ago
0.0.17
6 years ago
0.0.18
6 years ago
0.0.13
6 years ago
0.0.11
6 years ago
0.0.12
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
1.0.0
6 years ago