Introduction

Soupee is focused in performance, best practices, use of code standards, fast web development process, and the creation of high customization websites.

This guide will help you through the process of setting up your custom projects, and how you can extend Soupee with your custom layouts.

# Requirements

For Soupee to work correctly, you need to make your webpage responsive.

1. Use the HTML5 doctype

2. Add a responsive viewport meta tag

# 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.



            </body>

          </html>