escrichov / web-prototype

Personal template project for web development rapid prototyping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-prototype

Personal template project for web development rapid prototyping.

Technologies used

Install

Clone:

git clone https://github.com/escrichov/web-prototype.git

Install npm dependencies:

npm install

Commands

Run local development with Browser Sync

npm run serve

Compile all assets:

npm run build

Remove build directory:

npm run clean

About

Personal template project for web development rapid prototyping.

License:MIT License


Languages

Language:JavaScript 89.6%Language:CSS 10.4%