Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 874 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 874 Bytes

Responsive Media Queries

CSS media queries for mobile displays, here are CSS files which you can use them as starting point for you custom CSS media queries or even use our custom template to new project. all template here are available online freely, and we did just mix them for our use cases and more fun.

How to use

before anything, you can clone or download the project form the GitHub, then run the following command to NPM dependencies: (windows console / CMD).

npm install

note: you need to have Node and NPM tools installed in your system before run the command. to install please visit Node Download Page.

Run the server

After you had installed dependencies, you can run the following command to run the server, and then open the localhost:5000 or 127.0.0.1:5000 in your browser.

npm run serve