/mern-dojo-starter

A re-implementation of the MERN stack that uses Dojo's AMD implentation

Primary LanguageJavaScript

Mern Dojo Starter

This a re-implementation of the MERN (Mongodb, Express, ReactJS, Nodejs) stack that produces AMD compatible modules for use with Dojo and uses gulp instead of webpack

Why?

I built this because the current version of ArcGIS uses Dojo to load its modules and the original MERN stack targets CommonJS, which is incompatible.