OpnHaus is an app for real estate agents to create beautiful landing pages for their open houses.
- TypeScript - strongly typed programming language
- ReactJS - user interface library
- NextJS - React framework for production
- Tailwind CSS - CSS framework
- Cheerio - library for parsing and manipulating HTML and XML
- MongoDB Atlas - Cloud database and data services
- Vercel - platform for deploying and hosting
Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
This app used Onelink by fayazara as a starting point.