Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.66 KB

Opinionated MERN Template

This is a template repository used to quickly bootstrap MERN applications.

Linter

Default Technologies

Technologies built into this template out of the box.

Client

Language Support Language Support ReactJS

Language Support Styled Components

React Router

Server

Language Support Language Support ExpressJS

MongoDB

Compatability Notes:

  • n/a

Setup

  • You should ideally be using yarn version 14.5.* to make this repository work.
  • Run yarn install in the root directory
  • Run yarn run init in the root directory (installs dependencies for client and server directories)

Run

  • Run yarn run dev in the root directory to start both client and server environments
  • Alternatively, run yarn run start (inside client directory) and yarn run dev (server directory) in separate terminals to have more fine grained control