Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

swad-cs-uic/f23-week2day1

Repository files navigation

What is this repository

This is just the end result of what I did in class week 2 day 1. I do not recommend forking it / working from it, but instead setting up your own repo from scratch.

What I did in the terminal

npm create vite@latest # answer relevant questions (all default I believe)
npm install
npm install --save-dev prettier
npm install --save-dev eslint
npm init @eslint/config # answer relevant questions (not all defaults)

npm run dev # to start the dev server

Extra stuff

Things I recommend setting up in your final project repository but maybe didn't talk about in class:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published