Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 608 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 608 Bytes

Compile Markdown With Webpack.

Webpack environment ready to compile Markdown.

Getting Started

Installing the dependencies.

$ yarn install
$ npm install

Scripts

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