Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.21 KB

Getting Started on a Next.js weather app project

First your Next Project dependencies ; Next package,Tailwindcss, Axios(if you csn get it to work),autoprefixer,eslint.

Then, run the development server:

npm run dev
# or
yarn dev

Then open [http://localhost:3000] with your browser to see the result.
Start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.

Notes

https://www.w3schools.com/cssref/css3_pr_background-size.php

Learn More

To learn more about Next.js, take a look at the following resources: