Skip to content

This is a simple a fullstacks vuejs with node and express

Notifications You must be signed in to change notification settings

ivandi1980/vuenodex

Repository files navigation

VUENODEX

About The Apps

Vuenodex is a fullstacks vuejs application combine with node and express for the backend and mongoDB for the database. through this application you can learn how to build it. it's not a very fancy apps but the point is in here we can learn how to develop apps using those technology.

Getting Started

For the installation procces, just clone this repository

# Clone
https://github.com/ivandi1980/vuenodex.git

# Install dependencies
npm install

# Start Development Server: http://localhost:3000
npm run dev

# Start Vue DevServer: http://localhost:8080
cd client
npm run serve

# Build for production (Will build into server/public, ready for deployment)
cd client
npm run build

ScreenShoot

About

This is a simple a fullstacks vuejs with node and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published