nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

How to run instructions should be improved #3

Closed thefoxis closed 8 years ago

thefoxis commented 8 years ago

Like so:

How to run

  1. install dependencies: npm i and bower install
  2. run the service: node srv/app-dev.js
  3. open http://localhost:8000/
mcdonnelldean commented 8 years ago

@thefoxis Fully agree,

I'm going to drop bower too. Ideally I would like each service to run as simply as npm install, then npm run. Once I have this done I will update the instructions to be simpler.

thefoxis commented 8 years ago

Yes, that'd be probably optimal. You could also do pre- or postprocessing (mostly for variables sake, but plain CSS is a-okay too), concatenate CSS files and run other optimisation tasks; but if it's supposed to only be mostly for demonstration purposes I probably would leave that out.

mcdonnelldean commented 8 years ago

Actually I have this as an action item to get your opinion on 😊 let's discuss this too

mcdonnelldean commented 8 years ago

Done in to-redux