Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View alitheDev's full-sized avatar
:shipit:
Thinking a new way

Muhammad Ali alitheDev

:shipit:
Thinking a new way
View GitHub Profile
@alitheDev
alitheDev / SettingUpReact
Created July 23, 2023 09:47
This is the starter commands for react
> npx create-react-app helloworldapp
> cd helloworldapp
> npm start
@alitheDev
alitheDev / HTML Starting Page
Created September 29, 2022 04:24
HTML Starting Template
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<title>Page Title</title>
</head>
<body>