Skip to content

tancredi/nodeconf-london-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fee9ba · Jun 24, 2017
Mar 22, 2016
Mar 20, 2016
May 6, 2016
May 6, 2016
May 3, 2016
Mar 12, 2016
Mar 12, 2016
Mar 13, 2016
Jun 24, 2017
Apr 19, 2016
May 6, 2016

Repository files navigation

NodeConf London 2016 Website

Simple static website built using Jade, Stylus, Browserify + Babelify - http://london.nodeconf.com/

Build

All files build to the www directory, along with assets and other static files - Build files are ignored, so no need to worry about this in the workflow.

Commands for the build are written inline in package.json - So it's using no fancy built tool and is a very bare-bone, simple and quick implementation.

To build the website just run:

npm run build

Run

You need to be running a simple static http-server pointing at the www folder to view the website correctly locally - To do this, just run:

npm start

Default port is 3000, but the start script will accept a PORT environment variable.

Develop

You can run static-server, watching of changes and livereloading of the codebase with a single command:

npm run dev

About

NodeConf London 2016 Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published