mern-starter icon indicating copy to clipboard operation
mern-starter copied to clipboard

⛔️ DEPRECATED - Boilerplate for getting started with MERN stack

Results 59 mern-starter issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.18.2 to 2.3.2. Changelog Sourced from sanitize-html's changelog. 2.3.2 (2021-01-26): Additional fixes for iframe validation exploits. Prevent exploits based on browsers' tolerance of the use of ""...

dependencies

I did this with React Hooks (16.8) and functional components. And because of this, I updated the dependencies in package.json, because the versions of React and react-dom were old. I...

I unfortunately was unable to get the page up and running, but I was able to make progress on routes and controller file for email as well as create a...

Comments feature implemented. Users are able to see the comments underneath the posts as well as being able to create, add, edit, delete comments. Added the Comment module to the...