Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
/ todos Public archive

Todo application for Web Development course - Final project

License

Notifications You must be signed in to change notification settings

rawand-faraidun/todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todos

Todo application for Web Development course - Final project


Installation

Get a copy of the project

git clone https://github.com/rawand-faraidun/todos.git

Usage

  • Through the terminal install the necessary packages, within root folder, then both client and server:
npm i;
cd server; npm i;
cd client; npm i;
  • Pay attention to .env.example file in the server directory. rename it into .env or create a file with .env name and add the necesarry env variables.
  • Each server or client can be started directly from their npm commands, or you can the dev commands specified in outer package.json.
npm run server-dev
npm run client-dev
  • Or use dev command to run both concurrently.
npm run dev

About

Todo application for Web Development course - Final project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages