Skip to content

TheStarRocker/compile-markdown-with-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Webpack environment ready to compile markdown.

Resources

License

Stars

Watchers

Forks

Packages

No packages published