Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 835 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 835 Bytes

circleci-jest-eslint

Run this project

  • Install libraries:
npm i
  • Start the web server:
npm start

This project is used as a demo for:

  • Adding unit test (jest) to the Javascript project
  • Adding ESlint to lint the code
  • Configuring a repository with CircleCI to perform continuous-integration

Because this project is aimed for CircleCI demo, almost the results can be saw in CircleCI's workflows.

More info: