Implements Todoo List in vanilla js, typescript, es6 js, and React.
npm run vanilla
npm run es6
npm run ts
npm run react
git clone https://github.com/alxford45/hello.git
cd hello
npm i
npm run {target}
Customize the webpack configuration by editing constants in config/config.ts.
Add additional plugins or loaders by defining new constants in config/config.ts and importing them into config/webpack.config.ts.
Add or remove required webpack parameters by editing config/config.types.ts.