This is part of post entry called: The Gold Mine of UI Frameworks: Base Web React by UBER
You can check it in
Feel free to make a PR and help me to improve this repo :)
- A boilerplate of basic Next.js application integrated with BaseWeb UI.
- Next.js
- Typescript
- Eslint
- Prettier
- Styletron
- BaseWeb UI
- Commitizen friendly
git clone https://github.com/irvv17/Nextjs-Baseweb-Boilerplate
yarn
ornpm install
yarn dev
ornpm run dev
- Start creating Styletron application
- Config typescript
- Config Eslint and Prettier preferences
- Add Baseui to our app
- Add our first page with components
- Enjoy basewebui
├── src
| ├── components
| | ├── Footer.tsx
| | └── NavBar.tsx
| ├── helpers
| | └── styletron.tsx
| ├── pages
| | ├── _app.tsx
| | ├── _document.tsx
| | └── index.tsx
├── .eslintrc.json
├── .gitignore
├── .prettierrc
├── jest.config.js
├── next.config.js
├── package.json
├── README.md
├── tsconfig.jest.json
└── tsconfig.json