Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smolenski-mikolaj/mdb-vue-with-expressjs

MDB Vue with ExpressJS App
https://github.com/smolenski-mikolaj/mdb-vue-with-expressjs

Last synced: 14 days ago
JSON representation

MDB Vue with ExpressJS App

Awesome Lists containing this project

README

        





Vue Bootstrap with Material Design + ExpressJS + mongoDB


Based on the latest Bootstrap 4 and Vue 2.6.10.



400+ material UI elements, 600+ material icons, 74 CSS animations, SASS files, templates, tutorials and many more. Free for personal and commercial use.


Downloads
License
npm



logo

## Project setup
```
npm install
```

### Express Server (port 4000)
```
npm start
```

### Vue CLI server (another terminal / port 8080)
```
cd ./mdb-front
npm start
```