hiby90hou / demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack react hot reload starter

All you need, none you don't.

Sensible starter with hot reload to try react with webpack 3 that deploys straight to github pages.

Based on

  1. Bundler: Webpack, Babel
  2. Language: ES2015
  3. Library: React, Sass, Mocha

Usage

  1. clone this repo
git clone THIS_GIT_REPO_URL
  1. install dependencies using npm or yarn
npm install

or

yarn install
  1. start dev server and start coding in /app
npm start

build and deploy with github pages

Github pages support hosting your site in a docs directory within your repo. Simply run the following command to build your site into docs directory and update the source setting on github.

npm run build

run tests in /test

npm test

About


Languages

Language:JavaScript 90.3%Language:HTML 7.0%Language:CSS 2.7%