Skip to content

jhonatantft/express-sass-mustache-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express-sass-mustache-boilerplate

This theme is a simple boilerplate for simple websites

Prerequisites

Make sure you have these requirements installed on your machine

  • Node^8
  • npm

Installation

NPM

Run:

$ npm i // will install all dependencies
$ npm start // will start your express server using process.env.PORT or 3000
$ npm run compile:sass // will compile your .sass files to .css into public folder 

Yarn

Run:

$ yarn
$ yarn start
$ yarn compile:sass