Skip to content

csce-315-331-2023c/project-3-903_03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date Open in Visual Studio Code

Scrum Meetings

  • Tuesdays, 9a
  • Wednesdays, 7p
  • Thursdays, 5p

Developing

npm and pnpm are both javascript package managers. pnpm is much faster and i've had better ux with it.

Use pnpm.

Clone and cd into repo

git clone <repo>

cd <repo>

Install dependencies

# Using npm
npm install

# Using pnpm
pnpm install

Start development server

# Using npm
npm run dev

# pnpm
pnpm run dev

Building

To create a production version of your app:

# Using npm
npm run build

# pnpm
pnpm run build

About

project-3-903_03 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •