项目作者: rickychien

项目描述 :
Voice hangouts with your friends
高级语言: JavaScript
项目地址: git://github.com/rickychien/voice-hangouts.git
创建时间: 2017-12-10T07:05:41Z
项目社区:https://github.com/rickychien/voice-hangouts

开源协议:

下载


Voice Hangouts

Voice hangouts with your friends

Prerequisites

Techniques

  • react - A declarative, efficient, and flexible JavaScript library for building user interfaces.
  • redux - a predictable state container for JavaScript apps.
  • react-redux - Official React bindings for Redux
  • react-router - A complete routing library for React
  • redux-thunk - Allows you to write action creators that return a function instead of an action.
  • webpack - module bundler.
  • babel - A compiler for writing next generation JavaScript.
  • css-modules - Modulize CSS.

Development Guide

Development

  1. Install packages via npm

    1. npm install
  2. Start webpack development server

    1. npm start
  3. Visit http://localhost:3000 in browser

Production

Production build will exclude unnecessary resources (e.g. redux-logger only enable in development mode), minimizing resources and shipping production build libraries for real website experience.

  1. Install packages via npm

    1. npm install
  2. Start production server

    1. NODE_ENV=production npm start
  3. Visit http://localhost:3000 in browser

Clean up artifact resources

  1. npm clean