Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumana10/sumana-portfolio-app
https://github.com/sumana10/sumana-portfolio-app
nextjs react tailwindcss
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sumana10/sumana-portfolio-app
- Owner: sumana10
- License: other
- Created: 2022-11-30T09:23:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T08:51:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T05:23:08.741Z (over 1 year ago)
- Topics: nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://sumana-portfolio.netlify.app/
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Bricks starter with Next.js with Tailwind CSS and React Bricks UI
Kick-start your project with this boilerplate for a complete Next.js website based on [React Bricks](https://reactbricks.com), with both the front-end and admin dashboard.
## 🚀 Quick start
We suggest that you use the CLI and choose this starter.
In this way you will have the credentials already set up in a `.env.local` file:```bash
npx create-reactbricks-app
# or
yarn create reactbricks-app
```Otherwise you can directly clone this repo:
```bash
git clone https://github.com/reactbricks/nextjs-starter-reactbricks-tailwind your-project
```## 📖 Documentation
Please, read our documentation at [Reactbricks.com](https://reactbricks.com).