A starting point to clone
Clone the Repository:
git clone https://github.com/your-username/web-design-company.git
cd web-design-company
Install Dependencies:
npm install
Build Tailwind CSS:
npm run build:css
git add .
git commit -m "Initial commit for new project"
git push origin main
Start the Development Server:
Using live-server
:
npm run start
Stop the Live Server:
To stop the live server, press Ctrl + C
in the terminal where the server is running. This will terminate the process.
web-design-company/
├── dist/
│ └── output.css
├── scripts/
│ └── main.js
├── src/
│ └── styles.css
├── index.html
├── package.json
└── tailwind.config.js
cp -r temp-template/* temp-template/.[!.]* .```
rm -rf temp-template