terra-clinical-site

v2.0.0
Documentation Site for Functional Verification

start

webpack-dev-server --progress

compile

npm run compile:clean && npm run compile:build

compile:clean

rimraf lib

compile:build

babel src --out-dir lib --copy-files

compile:heroku

webpack --config webpack.prod.config --progress

compile:prod

webpack --config webpack.prod.config -p

deploy

npm run compile:prod && gh-pages -d build

lint

npm run lint:js

lint:js

eslint --ext .js,.jsx . --ignore-path ../../.eslintignore

test

npm run test:spec

test:spec

echo "Warning: no test written" && exit 0
npm i terra-clinical-site

Metadata

Downloads