Skip to content

kclejeune/dsc-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js: A Basic Todo List

Prerequisites

You'll need Node.js installed. You can get it here, or with your favorite package manager. Alternatively, if you're on macOS or Linux, we recommend Node Version Manager. Follow the instructions in their repository and run nvm install --lts.

Running the Project

Backend

The project consists of a Node.js/Express.js/Sqlite3 backend, found in /server. To start the backend, run:

cd server
npm install
node index

This will most likely start the server on localhost:3000.

Frontend

The Vue UI can be found in /frontend. To start the development server, run:

cd frontend
npm install
npm run serve

This will most likely start the server on localhost:8080. Navigate to this in your browser and the app will load.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published