Skip to content

QuestIT-Cell/resume-website-tailwind-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TailwindCSS Workshop (Jan 2022)

This repository contains code for a Resume website created using HTML and TailwindCSS.

Use the branch starter to get the base code with Node and Tailwind Configured.

To setup starter locally -

  • Clone the Repository
git clone -b starter https://github.com/QuestIT-Cell/resume-website-tailwind-2022.git 
  • Install node dependencies (requires Node.js)
cd ./resume-website-tailwind-2022
npm install
  • Start Writing your HTML in dist/index.html
  • Compile the tailwind classes you've used to dist/out.css file using the following script and keep a watch.
npm run build-tailwind

Releases

No releases published

Packages

No packages published