jonole / proto-proj

A prototype project for easy frontend development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proto Proj

This repo is a easy starter for prototyping.

The project is a static web page for development of css-framework and html.

It enables easy development with browser syncing and it automatically generates minimized css from scss files.

Getting Started

Install the following:

  • node.js
  • npm.js

Setup for local development

From the command line, run:

npm install

Check for updated npm packages or audit with npm audit

Start page locally

From the command line, run:

gulp

About

A prototype project for easy frontend development

License:GNU General Public License v3.0


Languages

Language:SCSS 83.5%Language:JavaScript 9.7%Language:HTML 6.8%