Skip to content

s4ysolutions/webpack-starter

Repository files navigation

webpack-starter

This is a template for my React projects, with carefully configured TypeScript, Mocha, Jest, ES6 modules, ESLint, and editorconfig.

What it contais

Using

git clone https://github.com/s4ysolutions/webpack-starter
rm -rf .github

... make the changes

git init
git remote add ...
git push

Included features

Modules

package.json has "type": "module" and the project by default supports import directive (ES6 modules). This the reason while commonjs files must have .cjs extension.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published