twitter-clone-tailwind
twitter-clone-tailwind copied to clipboard
Twitter-clone
We use this as a starter template to quickly develop static HTML pages with :
- TailwindCSS
- Laravel Mix (Webpack)
- PostCSS
- PostCSS Nested
- PurgeCSS
-
Install the dependencies:
# Using npm npm install # Using Yarn yarn -
Start the development server:
# Using npm npm run watch # Using Yarn yarn run watchNow run the project in your server
-
Open
public/index.htmlin your editor and start experimenting!
Base Tailwind CSS file is under /resources/assets/css/styles.css
Root HTML file is under /public/index.html
Building for production
# Using npm
npm run prod
# Using Yarn
yarn prod
Credits
Made by meXuvo