Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smolenski-mikolaj/mdb-vue-with-expressjs
- Owner: smolenski-mikolaj
- Created: 2019-08-29T13:47:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T02:12:14.000Z (over 3 years ago)
- Last Synced: 2023-08-06T04:07:11.156Z (over 1 year ago)
- Language: JavaScript
- Size: 446 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.## Project setup
```
npm install
```### Express Server (port 4000)
```
npm start
```### Vue CLI server (another terminal / port 8080)
```
cd ./mdb-front
npm start
```