birante / starternodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super App

this is a simple app to demonstrate the power of node js to my trainee.

Installation

Root folder

# root folder
npm install

# client folder
cd client
npm install

# Run app
npm run startall

Tools

nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

About


Languages

Language:Vue 52.3%Language:JavaScript 47.7%