https://github.com/imbenrabi/mern-app-template
Simple starter kit for a MERN stack web application.
https://github.com/imbenrabi/mern-app-template
babel bycryptjs express javascript jwt mern mobx mongodb mongoose nodejs react
Last synced: about 2 months ago
JSON representation
Simple starter kit for a MERN stack web application.
- Host: GitHub
- URL: https://github.com/imbenrabi/mern-app-template
- Owner: imbenrabi
- Created: 2020-10-06T15:07:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T12:06:20.000Z (over 5 years ago)
- Last Synced: 2025-07-14T14:13:57.984Z (11 months ago)
- Topics: babel, bycryptjs, express, javascript, jwt, mern, mobx, mongodb, mongoose, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MERN Stack App Template
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app),
adding on to it express-mongoose server.
## General description
Node.js server serving React.Js app using es6 features(through Babel).
## Installation
- Make sure you have Node.js installed
- Clone the repo
- run `yarn`
## Start
- Runs the app in the development mode.
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.
## Build
- Builds the app for production to the `build` folder.
- It correctly bundles React in production mode and optimizes the build for the best performance.
- The build is minified and the filenames include the hashes.
- See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more - information.
## Starting the server
- run `yarn start:server` (nodemon keeps the process alive).
## Roadmap
- Adding auth middleware.
- Adding second mongoose model.
- Better abstracting of mongoResp service.