mern-starter
mern-starter copied to clipboard
⛔️ DEPRECATED - Boilerplate for getting started with MERN stack
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...
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...
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...
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...
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`,...
Are there plans to integrate an accounts module? See for example https://github.com/js-accounts/accounts
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...
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...