Skip to content

divakar111/nodejs-tutorials-hapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hapi Tutorial Series

This repository contains code examples for the hapi tutorial series that is published within the Future Studio University.

Dependencies

You need the following tools installed on your machine to actually run the individual examples:

  • Node.js
  • NPM

Setup

To set up the required environment, just clone this repository to your local machine and install the NPM dependencies.

$ git clone git@github.com:fs-opensource/nodejs-tutorials-hapi.git
$ cd nodejs-tutorials-hapi
$ npm i

Run Examples

Every example code contains its own hapi server that kicks off at localhost:3000.

$ cd examples
$ cd <your chosen example>
$ node server

Many examples allow you to check them out within the browser. Navigate your browser to the url localhost:3000 with a running example server in the background.

Do you wanna see a specific example?

Don't worry, just let us know :) You can file an idea within our university-ping repository and let us know about anything you're interested to see!

Enjoy coding & make it rock!

About

Tutorial showcase for the hapi beginner series on Future Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors