--- layout: default category: start permalink: /start title: Quick start description: "Get started with eFrolic, a simple and functional framework for creating responsive sites on mobile devices. Use one of the following ways to start using." ---

{{ page.title }} Get started

{{ page.description }}


Requirements

This framework was first developed for mobile devices. To ensure proper playback and a touch zoom for all devices, add the meta tag of the sensitive window to your <head>.

{% highlight html %} {% endhighlight %}
Css / Font awesome icons

The icons are used in almost all the components, we use Font awesome but it is free to add your icons from other sources that you like.

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

{% highlight html %} {% endhighlight %}
Css / NPM
npm install efrolic
Css / CDN

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

{% highlight html %} {% endhighlight %}
Css / GitHub

Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.

{% highlight html %} {% endhighlight %}

Starter template

If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer.

{% highlight html %} Hello, world!

Hello, world!

{% endhighlight %}