slaby93 / bidwrangler_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BidWrangler

Install dependencies

npm install ( or yarn )

To run (in development mode):

npm run dev

To run (in production mode):

npm start

To stop:

npm run stop

To run unit tests:

npm run test

To run e2e tests: ( be sure to run on production settings in Chrome )

npm run e2e

Image of Cypress tests Image of Login Image of Auctions list Image of Auction View Image of Auction Create

About

License:MIT License


Languages

Language:JavaScript 90.9%Language:HTML 8.3%Language:Shell 0.7%Language:Dockerfile 0.1%