Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Javascript Project for Bootcamp

To start project

  1. install tailwind https://tailwindcss.com/docs/installation
npm install -D tailwindcss
  1. run compile tailwind to generate dist/output.css
npm start
  1. to serve website as localhost:8000
npm run serve

or use Live Server Extension in VSCode to run localhost:5500