Skip to content

Latest commit

 

History

History
105 lines (70 loc) · 3.75 KB

README.md

File metadata and controls

105 lines (70 loc) · 3.75 KB

AnywhereFlex

License: MIT

AnywhereFlex is a lightweight responsive CSS utility library to accompany Anywhere UI libraries and static webpages as well.

Installation

Clone this repo and npm install.

npm install

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

Production build of library

npm run build-lib

Production build of showcase site

npm run build-app

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

This project is open source and available under the MIT License.