Skip to content

alxford45/hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description

Implements Todoo List in vanilla js, typescript, es6 js, and React.

npm scripts

npm run vanilla
npm run es6
npm run ts
npm run react

usage

git clone https://github.com/alxford45/hello.git
cd hello
npm i
npm run {target}

configuration

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.

Resources

About

Demo of vanilla javascript, typescript, and react using webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Generated from alxford45/ts-web