freshpack
Version:
Command line scaffolding tool for react apps
11 lines (10 loc) • 335 B
JSON
{
"start": "webpack-dev-server --hot --inline --host 0.0.0.0 --port {{PORT}}",
"flow": "flow status",
"lint": "eslint index.js ./src -f table || true",
"test": "jest",
"test:watch": "jest --watch",
"test:watch:all": "jest --watchAll",
"test:coverage": "jest --coverage",
"test:all": "yarn lint && yarn test:coverage"
}