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

Main thread related to upgrading to MERN 2.6 (react router 4)

added commenting, supports changing/deleting comments

Hey guys, awesome work on the boilerplate :+1: However there are a few issues with using composes and CSS modules. 1) [Issue 193](https://github.com/Hashnode/mern-starter/issues/193) is still valid. Repro: 0) Node 6.2.2...

bug
V2.6.0

maybe nodemon should watch these files?

discussion
V2.6.0

`client/main.css` is a standard, non-module stylesheet, but according to the CSS loaders defined in `webpack.config.prod.js`, it appears to be treated as a CSS module: ```js { test: /\.css$/, exclude: /node_modules/,...

V2.6.0

- [ ] add NPM/CLI instructions when running into issues. - [ ] list issues/solutions related to windows usage - [ ] add notes from #232 - [ ] Update...

V2.6.0

Added testing url in Quick-Start so that people coming here can **follow the steps** and see the result without going into the codes to find the exact port.

- [ ] revise documentation on site/readme - [ ] update logo

v3.0.0

fix intl helper [React Intl] Missing message: ... [React Intl] Cannot format message: ...

bug
V2.5.0

This happens even with the proposed patch of static requires in the routes file. It is claimed that webpack 2.2.0+ fixes the bug, but config files need some major editing....

V2.6.0