Webpack environment ready to compile Markdown.
Installing the dependencies.
$ yarn install
$ npm install
Compile the TypeScript files from the src/
$ yarn run tscc
$ npm run tscc
After importing the Markdown files into index.ts, run the following to compile Markdown into HTML.
$ yarn run wpc
$ npm run wpc
Deletes the dist/ folders generated when compiling the files.
$ yarn run clean
$ npm run clean