Skip to content

LifeGains/tailwind_css_portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Portfolio using TailwindCSS and Javascript

Screenshots

  • Mobile-first, responsive portfolio, and looks clean to small, medium, or large screens.

image

image

Instructions for Myself:

  1. Open Cursor
  2. Open 2 Terminals.
  • With the first one, run npm run build_css.

    • Then run, npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch.
    • This one will infinitely run since it has the --watch tag.
  • With the second terminal, run live-server public.

    • Go to localhost or http://127.0.0.1:8080 to see the output.

Next Steps

Host on Render/Flask?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published