Skip to content

borys-ihnatyev/js-mp-automation

Repository files navigation

Build Status

Js mentoring automation app

Links

Npm scripts

  • npm run watch build app, starts watchers, runs karma in watch mode, serve usnig browser-sync (best for development)
  • npm test single run tests and generates html coverage report
  • npm start serve target dir with express
  • npm install installs all dependencies and build project

.env file

  • ENV - gets from NODE_ENV, supported values: (development|production). With production or not development env all sources will be optimized (minifyed)
  • PORT - gets for SERVER_PORT, port for serving target (for both express and browser-sync)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published