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

⛔️ DEPRECATED - Boilerplate for getting started with MERN stack

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

## Hey 👋 It's been a little over a year since MERN v2 was released. A lot has changed in the React landscape and it's about time we get back...

discussion
v3.0.0

Added CRUD operation for comments in client side and server side.

'add comments without css'

Add comments with Optimistic commenting , Live updates and Markdown formatting.

Hello. If you try to post empty data via API, not React client application, the application will crash. The particular line in problem is in post.controller.js file, where you check...

I use scss file to style but in file style has comment (import from node_modules) and it throw error ![chrome_2018-10-26_13-46-15](https://user-images.githubusercontent.com/1946802/47549219-9dd80f00-d925-11e8-9fcd-9f597fa69c7c.png)

I would like to use `reactstrap` with this mern-starter. But I find that I cannot start the project with `npm start` properly after I add an import statment in `client/modules/App/App.js`...

Just a heads up. All other assets on first load ran successfully (excluding the Twitter button and GA script I have blocked). Should these not just be loaded with the...

``` code-splitting ``` is a great feature that can reduce load timings > Lazy loading is a great way to optimize your site, and it does that by splitting your...