- Common structure for front-end developer, nodejs developer, full-stack developer
- Project Structure --app (for backend service) --config (config for different dev-envirentment) --i18n (Intenational) --swagger-ui (virtual API operation) --test (for UI test, API test, Use mocha) --web (for forntend service) --build.js (for build the forntend service, Use webpack config for Reactjs/Vue etc.) --local.js (for local test, Use webpack-dev-middleware) --package.json --README.md
npm i;
npm run build
step 2: http://localhost:3000/
npm run test