mern-starter
mern-starter copied to clipboard
⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
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...
maybe nodemon should watch these files?
`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/,...
- [ ] add NPM/CLI instructions when running into issues. - [ ] list issues/solutions related to windows usage - [ ] add notes from #232 - [ ] Update...
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.
fix intl helper [React Intl] Missing message: ... [React Intl] Cannot format message: ...
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....