Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

codeBelt/typescript-hapi-react-hot-loader-example

Repository files navigation

hapi-react-hot-loader-example

Example application demonstrating react-hot-loader-3 with webpack-2, react and friends, and hapi.

get started

  1. $ yarn
  2. $ yarn dev
  3. http://localhost:3000

dev tasks

  • $ yarn dev (local development w/ server)
  • $ yarn lint (eslint)

Instead of stopping and restart nodemon, you can simply type rs with a carriage return

build tasks

  • $ yarn start (production build w/ server)
  • $ yarn build (production build)