No description
  • JavaScript 89.8%
  • TypeScript 7.5%
  • HTML 2.7%
Find a file
2020-09-13 00:01:02 +02:00
__mocks__ init - branch off of expack 2018-05-24 12:00:36 +10:00
src Add snyk badge to readme 2020-09-13 00:00:49 +02:00
static/img first commit 2020-09-12 23:39:48 +02:00
.babelrc Upgrade to babel 7 2019-02-22 15:41:35 +11:00
.eslintrc.js Add Enzyme for use with Jest 2018-05-25 09:58:57 +10:00
.gitignore init - branch off of expack 2018-05-24 12:00:36 +10:00
jest.config.js Add Enzyme for use with Jest 2018-05-25 09:58:57 +10:00
package-lock.json Update dependencies 2020-09-12 23:44:03 +02:00
package.json Add snyk badge to readme 2020-09-13 00:00:49 +02:00
README.md Add snyk badge to readme 2020-09-13 00:00:49 +02:00
tsconfig.json Add snyk badge to readme 2020-09-13 00:00:49 +02:00
webpack.dev.config.js first commit 2020-09-12 23:39:48 +02:00
webpack.prod.config.js init - branch off of expack 2018-05-24 12:00:36 +10:00
webpack.server.config.js init - branch off of expack 2018-05-24 12:00:36 +10:00
yarn.lock first commit 2020-09-12 23:39:48 +02:00

Trexpack

Known Vulnerabilities

Installation

npm install

Create a Development build

npm run buildDev

Create a Production build

npm run buildProd

Run the code on a local webserver

npm start

Then navigate to http://localhost:8080

Deploy to Google App Engine Flex

npm run deploy

Run test

npm test

Generate coverage report

npm run coverage