Skip to content

mahesh-jangid/ui-setup

Repository files navigation

Web UI Quick Start Framework

Base reusable project setup to develop UI/UX.

How to run project for browser testing

run command in terminal npm start

How to run project for development

run command in terminal npm run dev

How to build for production

run command in terminal npm run build find production folder with all updated html. Now you can deploy production folder to your server. make sure that all html files are in root folder

how to setup gulp?

Refer https://gulpjs.com/docs/en/getting-started/quick-start/

gulp commands

to minify js gulp js-uglify to minify css gulp css-uglify to run multiple tasks at once gulp build

Version details and other documentations

Bootstrap v5.1

Documentation https://getbootstrap.com/docs/5.1/getting-started/introduction/

JQuery v3.6.0

Documentation https://api.jquery.com/

Google fonts

Refer https://fonts.google.com/?preview.size=29

Themify icons

Refer https://themify.me/themify-icons Example : <span class="ti-arrow-up"></span>

Favicons generator

Refer https://www.favicon-generator.org/

Sitemap generator

Refer https://www.xml-sitemaps.com/

Robots.txt generator

Refer https://www.xml-sitemaps.com/

About

Base reusable project setup to develop UI/UX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published