Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

FormidableLabs/notes-hapi

Repository files navigation

Notes (CommonJS Webpack) Full

A version of Notes written using CommonJS, built with [Webpack][webpack].

Sources

The relevant pages for this project are:

and available as source in the directory:

app/                // Application directory.
  js/               // JS sources (not served in prod)
  js-dist/          // Production bundle
test/
  jasmine/          // Jasmine test directory
  mocha/            // Mocha test directory

Development

$ npm install
$ node server/init-db.js
$ gulp dev

Navigate to: http://127.0.0.1:3000/

And don't break the build ;)

We test all changes with Travis CI. Here's our current build status:

Build Status

Production

$ npm install --production
$ npm run-script build

About

Notes, but with more HAPI

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published