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:
- Clone the repository:
git clone git@github.com:anaida07/MEVN-boilerplate.git
- Navigate to the cloned directory:
cd MEVN-boilerplate
- Open the client directory:
cd client
- Open the server directory:
cd server
- 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.