How do you get marked.js in React? Markdown Previewer

Hey Adam, also got stack at the same problem.
you can install marked at your project folder by running the command
npm install --save marked, and don’t forget to import marked from ‘marked’; at your App file.

Got helped by #JacksonBates at this link: Import Marked library into project