rentpath / react-redux-starter-kit

MIT License
3 stars 2 forks source link

feat(js): Add npm script info #19

Closed Teapane closed 8 years ago

Teapane commented 8 years ago

18

c0 commented 8 years ago

:+1:

  "scripts-info": {
    "build": "Build JavaScript assets once",
    "start": "Install and boot a local server at localhost:3000",
    "lint": "Run eslint and report errors",
    "lint:fix": "Run eslint and attempt to fix errors",
    "info": "See `npm run info`",
    "test": "Run mocha tests",
    "test:watch": "Same as `test`, but runs tests when files change",
    "test:cov": "Run tests and report coverage",
    "styleguide": "Build the styleguide from the React components",
    "styleguide:watch": "Same as `styleguide`, but continues watching for changes"
  },
c0 commented 8 years ago

:boom:

Teapane commented 8 years ago

@c0 agreed. I can move it; however, see conversation in #18...