← 返回首页
GitHub - CodelyTV/javascript-basic-skeleton · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

CodelyTV/javascript-basic-skeleton

Go to file
Code

Repository files navigation

More items

JavaScript Bootstrap (base / project starter)

This is a repository intended to serve as a starting point if you want to bootstrap a project in modern vanilla JavaScript.

Features

Running the app

# install dependencies npm install # run in dev mode on port 8080 npm run dev # generate production build npm run build # run generated content in dist folder on port 8080 npm run start

Testing

Jest with Testing Library

npm run test

Cypress

# run in dev mode on port 8080 npm run dev # open Cypress to run tests on dev mode npm run cy:open # open Cypress on CLI npm run cy:run

Linting

# run linter npm run lint # fix lint issues npm run lint:fix

About

No description, website, or topics provided.

Resources

License

Stars

214 stars

Watchers

9 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.