Skip to content

froze0451/vue-node-example

Repository files navigation

vue-node-example

This is a fullstack SPA

Back-end: NodeJS + ExpressJS
Front-end: Vue + Vuex + Axios
Styles: Sass
DB: json file
Vue client fetches data from api and render it on page. You can update amount of post likes on click.

Clone the repository

git clone https://github.com/froze0451/vue-node-example.git

Get node modules ready

npm install

Open terminal in progect directory and run following command to run api:

npm run api

In second terminal(or parallel) run following command for vue-client:

npm run serve

Copy and paste following path into browser to see client page

https://localhost:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published