lansolo99 / tictales-website

Tictales page piling website

Home Page:https://www.tictales.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tictales website

Single page website

Use the /dist folder

Run

Installing

npm install

Before run

If index is a html page, switch the browser sync mode in the gulfile.js to the proxy mode and run apache/nginx parallel

    // Dynamic (use with mamp)
    proxy: 'localhost:8888',

else

    // Static
    server: {
      baseDir: './src'
    },

Run dev mode

From the root folder :

gulp

Generate new build

From the root folder :

gulp build

Contact form (contact.php)

Contact form works with a Sendgrid API key you can generate your own and replace in contact.php or use mine

Think about replacing the recipient address with yours

$email->addTo("youremail@serve.ext", "Tictales studio");

About

Tictales page piling website

https://www.tictales.com


Languages

Language:JavaScript 40.9%Language:CSS 32.2%Language:PHP 24.8%Language:Hack 1.2%Language:HTML 0.8%Language:Dockerfile 0.0%Language:Shell 0.0%