Skip to content

briangershon/vanilla-js-minimal

Repository files navigation

vanilla-js-minimal

Build Status

Vanilla JavaScript starter with minimal dependencies and tools.

  • Includes a development environment with:

    • Support for es6 modules and hot reloading (via Parcel Bundler)
    • Compile to es5 to run across a wide range of browsers (via Babel)
    • Unit tests (via Jest)
    • Lint (via ESLint with their recommended settings)
    • Continuous Integration workflow with Github Actions
  • Styling with default fonts that look great across operating systems.

Run Local Dev Server

npm install  # install dependencies

npm start
# visit http://localhost:1234

Run Tests

npm test

Package project up in dist folder for release to server

npm run build

Run lint

npm run lint

About

Vanilla JavaScript starter with minimal dependencies. Support for ESM (ECMAScript modules), hot reloading, lint and unit testing. Plus Github CI workflow.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published