0%
Uix Kit

Free Web Kits For Fast Web Design And Development, Compatible With Bootstrap 5


  

Make over 120+ components to wear again and again!

A free web kits for fast web design and development. Uix Kit can be used separately, or merge components and grid systems using bootstrap. Support JS, HTML and SASS component library automatically packaged. It is used to develop the full-static website (HTML templates or for dynamic language integration).

React Version


How To Use?

You will need to have node setup on your machine. That will output the built distributables to ./dist/* and ./examples/*.html.

Step 1. Use NPM (Locate your current directory of project, and enter the following command.) or download the latest version from Github. For nodejs you have to install some dependencies.

sudo npm install uix-kit

Or clone the repo to get all source files including build scripts:

git clone git://github.com/xizon/uix-kit.git

Step 2. First, using an absolute path into your "uix-kit/" folder directory.

cd /{your_directory}/uix-kit

Step 3. Before doing all dev stuff make sure you have `Node 10+` installed. After that, run the following code in the main directory to install the node module dependencies.

sudo npm install

Step 4. When you’re ready to deploy to production, create a minified bundle with:

npm run build

When you have done, this will spin up a server that can be accessed at http://localhost:8080/examples/

Step 5. To preview the page without compiling and packaging, please run the following command:

npm run preview

All pages can be previewed via http://localhost:3000

But there is no way to run PHP or get AJAX request on the pages. You need to visit the link on your server, or build a server via MAMP. Then visit a similar URL: http://localhost:{port}/uix-kit/examples/