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

I am facing pretty long build times on development mode, around 50-70 seconds. I could narrow it down to notice that babel-register and babel-polyfill being required takes way too long...

V2.9.0

https://github.com/ericclemmons/webpack-hot-server-example

V2.9.0

Hi guys, System: OSx 10.11.6 El Capitan using docker for mac If you `mern init` a new project; `npm i`; `docker-compose build`; then `docker-compose up` the script gets as far...

bug
V2.6.0

Hi, I try to set up a new react-leaflet component. When I try to access my route, I get an error : > ReferenceError: window is not defined > at...

V2.9.0

Why is it webpack needed for production environment even after I build for production? Steps to reproduce: 1. mern init foo 2. cd foo 3. npm install 4. npm start...

discussion
V2.6.0

Is there any reason why that we don't do the build in the Dockerfile so that it gets built on `docker-compose build` rather than `docker-compose up`? By being in `up`,...

v3.0.0

Are there plans to integrate an accounts module? See for example https://github.com/js-accounts/accounts

Future

In our webpack config there is the line that if we load css from modules can add it to the bundle #157 but how about if we require a module...

V2.6.0

I created a login system for the site with Facebook via Passport. I keep the token on req.user and transfer it to the store through redux, and I keep it...

help wanted
question