MEVN Boilerplate screenshot

MEVN Boilerplate

Author Avatar Theme by Anaida07
Updated: 3 Oct 2017
279 Stars

A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.

Categories

Overview

MEVN-boilerplate is a fullstack boilerplate that combines the power of Mongo, ExpressJS, VueJS, and NodeJS. It provides a skeleton generated with MEVN stack technologies, making it an ideal starting point for developers. The boilerplate includes a client template built with VueJS, a server template using NodeJS and ExpressJS, and an API layer that connects them.

Features

  • Fullstack Boilerplate: MEVN-boilerplate provides a complete starting point for developing fullstack web applications.
  • MEVN Stack Technologies: Built with Mongo, ExpressJS, VueJS, and NodeJS.
  • Client-Server Connection: The boilerplate includes a connection between the client and server via an API layer.

Installation

To install and set up the MEVN-boilerplate, follow these steps:

  1. Clone the repository:
git clone git@github.com:anaida07/MEVN-boilerplate.git
  1. Navigate to the cloned directory:
cd MEVN-boilerplate
  1. Open the client directory:
cd client
  1. Open the server directory:
cd server
  1. Open http://localhost:8080 in your browser to access the application.

Summary

MEVN-boilerplate is a powerful fullstack boilerplate that combines the benefits of Mongo, ExpressJS, VueJS, and NodeJS. It provides a ready-to-use skeleton for developers starting out with MEVN stack technologies. The boilerplate includes a client template, a server template, and a connection between them via an API layer, making it a convenient starting point for developing fullstack web applications.