Skip to content

legendai-re/lgdr17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static_website

The project

A basic structure for websites and projects. Uses Sass and Pug (previously Jade). Includes some useful Sass mixins, a SMACSS structure & jQuery, etc.

Requirements

  • NodeJS
  • NPM

Bootstrap the project

  • Download the code and unzip it or clone it
  • Open a cmd prompt at the root
  • Run npm install and npm install gulp -g to install gulp globally
  • Your app must be all set

You can launch a builtin server by launching gulp

The website is available at http://localhost:2017 and the UI is available at http://localhost:2016

Structure

All files of the project are in src/ folder:

  • assets/ contains all the assets that the project needed: stylesheets, scripts, images and fonts
  • views/ contains every interface files

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.5%
  • JavaScript 10.1%
  • HTML 1.4%