This is an application for building HTML pages using Next.js, TailwindCSS and Chakra UI. This application consists of the following packages:
- builder: Next.js application built with Chakra UI.
- backend: TailwindCSS components built using React.js.
This application is built using the following technologies:
1. Builder: Next.js application
This application is the primary user-facing application. Once it’s up and running (see Installation section), it’s available on http://localhost:3002/.
2. Sections: TailwindCSS components
Hasura is an open source engine that connects to our databases & micro-services and auto-generates a production-ready GraphQL backend. It’s very easy to get Hasura up and running on our local system. All the migrations are set up in the migrations directory.
git clone https://github.com/ghoshnirmalya/writy
cd writy
yarn bootstrap
From the root directory, we can run the following command to start both our packages:
yarn dev
The above command will start the frontend application on http://localhost:3002/.
Click on the button below to deploy the Builder package on Vercel. You'll need to sign up for a free Vercel account.
- Hasura Next.js Boilerplate
- Strapi Next.js Boilerplate
- React Search Box
- LinkedIn Clone using Create React App
This project is licensed under the MIT License.