oneezy / americommerce

Americommerce website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Americommerce Pages

This repo contains web pages for Americommerce.

The app folder contains the development version.
The dist folder contains the production version.

Page Links



Usage

1. Clone repo

git clone https://github.com/oneezy/americommerce.git

2. Go inside cloned repo

cd americommerce

3. Install all dependencies (make sure nodejs with npm is installed on your machine)

npm install

4. Run default gulp task (will open browser window with live reload [browser sync])

gulp

Build

In order to build the production version of your project run gulp build from the root of cloned repo. (this will also open browser window with live reload [browser sync])

About

Americommerce website.

License:MIT License


Languages

Language:HTML 48.8%Language:CSS 47.9%Language:JavaScript 3.3%