jovtrc / wpforms-landing-page

Simple Landing Page for WPForms using HTML, JS and SASS. Built with Vite.

Home Page:https://wpforms.joaoc.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPForms Landing Page

Simple Landing Page for WPForms using HTML, JS and SASS. Built with Vite.

Table of contents

  1. Installation
  2. Commands
  3. Usage

Installation

  • Clone this repository into a directory of your preference.
  • Run npm install to install all dependencies.
  • Run npm run dev to start local development.

Commands

  1. npm run dev - Start server for local development and watching files
  2. npm run build - Build the files to send to production. The built files are stored in the dist folder
  3. npm run preview - Preview website before building it.

Usage

wpforms-landing-page uses Vite as its bundler, so all plugins and features of Vite are available on this project. More info can be found on Vite documentation.

About

Simple Landing Page for WPForms using HTML, JS and SASS. Built with Vite.

https://wpforms.joaoc.dev

License:MIT License


Languages

Language:HTML 58.3%Language:SCSS 38.8%Language:JavaScript 2.9%