You don't say which version of node to use
Closed this issue · 1 comments
SgtPooki commented
I've run into a few different issues trying to get this running.. I think knowing the following would help a lot:
- What version of node are you using?
- What commands do you run to install the app?
- What command do you run to run the app?
tahnik commented
I've added that to readme now. Sorry I should have been more clear.
-
I have tested it on node v7.2.1 and v7.0.0
-
Clone the repo and open a terminal inside the directory. Run
npm install
and then
webpack
finally
npm start
- Once you have ran npm start, go to your browser and open http://localhost:3000