Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 576 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 576 Bytes

Webdev Archive

This is an archive where I upload snippets and guides focused on web development, primarily React, .NET, Typescript, CSS, and TailwindCSS.

All the content assumes prior knowledge of these technologies because the guides and snippets serve more as refreshers rather than beginner guides.

Run Locally

Clone the project

  git clone https://github.com/sebiflorinp/WebDev-Archive

Go to the project directory

  cd WebDev-Archive

Install dependencies

  npm install

Start the server

  npm run preview