yonis9 / react-mern-app

New: CircleCI and unit tests integrated. Docker boilerplate code for a MERN app with user login and JWT authentication support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you have docker simply run the app using following commands docker-compose build docker-compose up

Or

Install required dependencies with npm install and run the development build (backend + client) with npm run dev

If you want to just run the backend do npm run backend

A live instance of the app is running on http://react-mern-app.herokuapp.com

About

New: CircleCI and unit tests integrated. Docker boilerplate code for a MERN app with user login and JWT authentication support.


Languages

Language:JavaScript 95.1%Language:HTML 4.2%Language:Dockerfile 0.7%