create-boris-app
v1.0.9
Published
Creates a ready to use React app with webpack, babel, eslint, airbnb, prettier, material, file structure, routes, custom hooks and material ui
Downloads
12
Readme
Similar to create-react-app
Includes and installs:
- React and React Dom
- React Router Dom
- Webpack
- Babel
- Eslint
- Airbnb
- Prettier
- Husky
- Material UI
- Basic folder structure
- Context
- Custom hooks
- Generic components (layout and nav)
- 404 handling
- SCSS
- Material themeing
Usage
Run in terminal
npx create-boris-app <YOUR APP NAME>
cd <YOUR APP NAME>
npm start
npm build