Skip to content

ksiabani/bidder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

For a live demo click here.

What's inside?

  • React 16 with ES6
  • Routing with React Router 4
  • Building and bundling with Webpack
  • CSS preprocessing with Sass
  • Unit tests with Jest and Enzyme
  • End-to-end tests with Puppeteer

How to setup

  • Clone this repo
  • Run npm install or yarn install (Node.js >= 8.0.0)
  • Run npm start or yarn start
  • Browse to localhost:3000

Task automation

  • Run npm start (or yarn start) to run development server on http://localhost:3000/
  • Run npm run build builds the app for production to the build folder.
  • Run npm test to run tests. See the section on running tests below.

Tests

This project uses Jest with Enzyme to run unit tests and Puppeteer to run e2e tests. Run npm test to run tests. This will run e2e tests with a headless browser. To view e2e tests in the browser (Chromium) run npm test with DEBUG variable set to true like this:

REACT_APP_DEBUG=true npm test

License

MIT