Static templating with html5/(s)css and vanilla js.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
You will need node & npm
To install:
sudo /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
sudo brew install node
Follow the instructions to install dependencies and start
Install the dependencies:
npm install
To start development and the Webpack server:
npm start
Files are served from ./dist
The styles are imported and placed in ./src/shared/styles/main.scss
The main .js file is placed in ./src/js/index.js
The assets (images/fonts/etc) are placed in ./src/static
This project is licensed under the MIT License - see the LICENSE.md file for details