krgamestudios / MERN-template

A website template using the MERN stack. It is geared towards Persistent Browser Based Games (think neopets), but is flexible enough for a number of different uses.
zlib License
68 stars 9 forks source link

Add npm run local to run with local webpack config #27

Closed Ratstail91 closed 2 years ago

Ratstail91 commented 2 years ago
npm start

The above starts the template in production mode

npm run dev

The above runs it in development mode

npm run local

It would be nice if the above ran the template in local mode, so it connects to local services rather than the dev services.

Ratstail91 commented 2 years ago

Done.