Skip to content

regexp1987/modern_javascript_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

modern_javascript_example

A simple javascript example with yarn, babel,webpack, jest,eslint

Usefull yarn scripts

yarn build

Build the project using webpack

yarn test

run jest test (only .test.js files)

yarn testCoverage

create coverage from tests

yarn lint

run eslint on files

yarn lintFix

fix linting on js files with eslint

yarn watch-test

run yarn test in nodemon

You can always check the result in a browser by opening the index.html file.

About

A simple javascript example with yarn, babel,webpack, jest,eslint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published