/com.house-for-sale

Simple NextJS page for hosting a "House for Sale". Uses Google Photos to host main photos. Mainly built to learn some NextJS and Heroku. The page isn't pretty, but it served its purpose.

Primary LanguageJavaScript

SUV123.com

Build Instructions

Success! Created with-next-css-app at /home/bean/Dropbox/projects/www/bean5/com.suv123.gh.kb/next.js/with-next-css-app Inside that directory, you can run several commands:

yarn dev Starts the development server.

yarn build Builds the app for production.

yarn start Runs the built app in production mode.

We suggest that you begin by typing:

cd with-next-css-app yarn dev

Documentation

This example demonstrates how to use Next.js' built-in CSS imports and CSS modules support.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-next-css with-next-css-app
yarn create next-app --example with-next-css with-next-css-app
pnpm create next-app --example with-next-css with-next-css-app

Deploy it to the cloud with Vercel (Documentation).