Skip to content

Gooseware/dtest

Repository files navigation

dtest

deloitte Test

  • All of the files have been compiled into the dist folder

  • the source is in src

Usage

The following commands are available in your project:

npm i
# Start for development
npm start # or
npm run serve

# Start the dev-server with the dist version
npm run serve:dist

# Just build the dist version and copy static files
npm run dist

# Run unit tests
npm test

# Lint all files in src (also automatically done AFTER tests are run)
npm run lint

# Clean up the dist directory
npm run clean

# Just copy the static assets
npm run copy

About

deloitte Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published