gregtatum / template-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Template

This is my template for a modren JavaScript environment, dear me.

It uses:

  • Webpack for bundling and the web server.
  • TypeScript for type checking.
  • Eslint for linting.
  • Prettier for code reformatting, powered by Eslint.
  • VSCode settings for auto-fixing errors.
  • React/Redux for front-end UI.
  • Jest for testing, which uses Babel for transpilation.
  • React testing library for UI tests.

Usage

If this is not a React project then run:

./bin/remove-react.sh

For wasm support make sure the wasm-bindgen-cli is installed via:

cargo install -f wasm-bindgen-cli

About

License:MIT License


Languages

Language:TypeScript 47.9%Language:JavaScript 31.9%Language:CSS 12.3%Language:Shell 6.5%Language:HTML 1.4%