Skip to content

paloitsingapore/boilerplate-mern

Repository files navigation

Palo MERN boilerplate

A MERN stack (Mongo, Express, React, Node) boilerplate to get Palowans up and running quickly on new projects.

Commands:

npm install # install both client & server deps
npm start # run the client and server
npm run startFresh # clean, rebuild and run the client & server
npm run lint # lint both client and server
npm run testClient # client tests
npm run testServer # server tests

Get started

Do a search for palo-mern-boilerplate + paloMernDB and replace with your project name.

Then npm install and npm start - you should be up and running!

Decide whether you want to use React Context with useReducer or if you need to add redux. You might find this article helpful.

Contributing

If you add something cool and useful in your project please add it here as well!

Wish list:

  • Git commit hooks (test and lint)
  • JWT authentication
  • 2FA

About

A MERN stack (Mongo, Express, React, Node) boilerplate to get Palowans up and running quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published