Skip to content

MEVN stack application, AGILE and CRUD operations

Notifications You must be signed in to change notification settings

hannydevelop/TLN

Repository files navigation

client

A Vue.js project applying CRUD operations with MEVN stack, utilising expressRouter

Getting Started

To build and run TLN locally, just follow the instructions bellow. You can run it directly using NPM run commands. The web server will show the hostname on the console, something like this:

stop-analyzing-embed | Listening on http://localhost:8080.

Using a Development Environment

# install dependencies
npm install

# navigate to folder
cd app

# serve with hot reload at localhost:8080
npm run dev

*Important: make sure you have [NPM](https://www.npmjs.com/get-npm) installed in your machine.*

Thats it! We are ready to go!
look up the app at http://localhost:8080

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Clone

Clone this repo to your local machine using https://github.com/hannydevelop/TLN.git

About

MEVN stack application, AGILE and CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published