Skip to content

Ray-F/mern-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for creating a MERN stack application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published