A simple vanilla JavaScript starter project that uses Parcel.js
and includes Jest
, @testing-library/dom
, ESLint
and Prettier
.
start
- Starts a development server on port1234
build
- Builds production codelint
- Runs ESLint lintertest
- Runs jest teststest:coverage
- Runs jest tests and generates a coverage report