Desktop Application for Stackoverflow
- Note: requires a node version >= 6 and an npm version >= 3.
First, clone the repo via git:
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
$ cd your-project-name && npm install
Run these two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
or run two servers with one command
$ npm run dev