The site of the Void NodeJS module.
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 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.
- More tests
- Upgrade to Bootstrap 4
- Upgrade to Gulp 4
- Redesign