/web-prototype

Personal template project for web development rapid prototyping.

Primary LanguageJavaScriptMIT LicenseMIT

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