tailwindcss-and-nextjs-portfolio
A Next.js and Tailwind CSS Portfolio Website.
File Explorer
Download Latest Version (.zip)- settings.json
- head.tsx
- layout.tsx
- page.tsx
- AboutSection.tsx
- Footer.tsx
- HeroSection.tsx
- Navbar.tsx
- ProjectsSection.tsx
- SlideUp.tsx
- demo.gif
- hello.ts
- familyphotos.png
- favicon.ico
- headshot.png
- hero-image.png
- platoio.png
- thankfulthoughts.png
- globals.css
- .eslintrc.json
- .gitignore
- .vercelignore
- LICENSE
- next.config.js
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/hqasmei/tailwindcss-and-nextjs-portfolio
Downloads the entire project code from GitHub to your computer.
cd tailwindcss-and-nextjs-portfolio
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
