An open API service indexing awesome lists of open source software.

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.

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.