Live demo here.
- Simple landing page mostly build with the Tailwind CSS framework
- HTML 5 (with semantic tags)
- Tailwind CSS
- NPM Webpack starter kit from Frontend Training course - providing couple of packages like webpack dev-server, babel etc.
git clone the project on your machine
locally install the npm webpack npm install --save-dev webpack
Scripts you can use:
npm run start
- to run webpack dev-server development mode
npm run build
- to run production mode
npm run publish
- to publish project on githubpages
Project is: complete