- Overview
- Screenshot
- Built with
- Install (How it works)
- Development mode
- Production mode
- The Project Structure
- Author
This is the Construction landing page. The purpose is to improve my coding skills by building realistic projects.
- Design Source(UI): AR SHAKIR
- HTML5
- Tailwind css
- Mobile-first workflow
- JavaScript
- Postcss
- Autoprefixer
- Cssnano
- Cross-env
- Prettier
Clone the project or download ZIP
git clone https://github.com/Bayoumi-dev/Construction-landing-page.gitYou must install Node js on the local machine, then install the dependencies used in this project. Run the command in the root
npm installStart the Tailwind CLI dev process (Can watch files and recompile whenever they change).
npm run devStart the Tailwind CLI build process to generate the main.css after your changes.
npm run build├── .browserslistrc
├── .gitignore
├── .prettierignore
├── package-lock.json
├── package.json
├── postcss.config.js
├── prettier.config.js
├── README.md
├── tailwind.config.js
└── src
├── assets
├── js
│ └── app.js
├── style
│ ├── main.css
│ └── tailwind.css
└── index.html- Website - bayoumi.dev
