Skip to content

csc301-fall-2019/gratitude-project

 
 

Repository files navigation

gratitude-project

Node/Express Server Setup

Install Dependencies

npm install

Run Node/Express Server

npm run server

If you have already setup your Vue Project as instructed below, you can run your Node/Express Server and Vue Client Concurrently as follows,

npm run dev

Vue Project setup (In a different tab where the Express Server is not running.)

Go into client directory

cd client

Install Dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.8%
  • Vue 46.3%
  • HTML 2.8%
  • CSS 1.1%