/Top-News-VueJS

Basic news website built using VueJS and NodeJS

Primary LanguageVue

Top-News-VueJS

Basic news website built using VueJS and NodeJS. This is a rewrite of the previous React and AngularJS versions of this project.

Project setup

npm install

Compiles and hot-reloads for development

npm run build-dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Back end Project setup

Import the sample database

/api/db/database.sql

Install all dependencies

cd $MYPROJECT_DIR/api
npm install

Start the backend/API server

npm run start-server