Skip to content

edj-boston/voidjs-com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoidJS.com Build Status Dependency Status devDependency Status

The site of the Void NodeJS module.

Install

Clone the repo, cd to it, install gulp globally, then install the rest of the dependencies with npm.

$ cd voidjs-com
$ npm install -g gulp
$ npm install

Run

Run the default gulp task. The port will default to 3000.

$ gulp

Optionally, pass a port for the local server to bind to and listen on.

$ gulp -p 3001

Editing files in the src directory will automatically trigger a build.

Then navigate to http://localhost:3000 in your browser.

To Do

  • More tests
  • Upgrade to Bootstrap 4
  • Upgrade to Gulp 4
  • Redesign

About

Site of Void NodeJS module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published