项目作者: linux-nerd

项目描述 :
SO Desktop App using react-redux-electron
高级语言: TypeScript
项目地址: git://github.com/linux-nerd/stackoverflow-app.git
创建时间: 2018-07-10T11:41:37Z
项目社区:https://github.com/linux-nerd/stackoverflow-app

开源协议:MIT License

下载


Stackoverflow-app

Desktop Application for Stackoverflow

Tech Stack

Install

  • Note: requires a node version >= 6 and an npm version >= 3.

First, clone the repo via git:

  1. git clone https://github.com/linux-nerd/stackoverflow-app.git your-project-name

And then install dependencies.
ProTip: Install with yarn for faster and safer installation

  1. $ cd your-project-name && npm install

Run

Run these two commands simultaneously in different console tabs.

  1. $ npm run hot-server
  2. $ npm run start-hot

or run two servers with one command

  1. $ npm run dev

Sneak Peek