Skip to content

ImieboGodson/homr

Repository files navigation

HOMR

A Real Estate Web Platform 🏠

Homr is built with the Next.js framework bootstrapped with create-next-app utilizing the frameworks full stack features.

Getting Started

Make sure you have nodejs installed by running the following command:

node -v

If the output is not the version of your nodejs installation, install nodejs from here

Installing Packages

To run application on local environment you need to install the dependencies.

npm install

💾 Starting the Development Server

To start the whole application server

npm run dev

Open http://localhost:3000 with your browser to see the result.

🔨 Building

npm build

💻 Editor setup

I used eslint for js linting, and prettier for code formating, make sure you install eslint and prettier plugins in your editor so you can see linting errors as you code and have your code formatted on save by prettier. If formatOnSave doesn't work you can google how to set up format on save for the eslint & prettier plugins in your editor 🙃

🔔 Important Notice

HOMR is built for the purpose of showcasing📷 my skill as web developer. HOMR Is not a real website✌️.

About

A property listing web platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages