8000 GitHub - yurifan78/F-jest-homework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yurifan78/F-jest-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-page-scaffold

Static page with dev server for GTB project

Install dependencies

yarn install

If you use npm,

npm install

Run Test

yarn test

If you use npm,

npm test

with Watch Mode

yarn test:watch

with Code Coverage

yarn test:coverage

JS and CSS code lint in src/

yarn run lint

If you use npm,

npm run lint

Format JS and CSS files in src/

yarn run format

If you use npm,

npm run format

NOTE

Your committed code will be automatically format and check lint when submit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.8%
  • HTML 4.2%
0