Skip to content

meetingroom-team3/creat-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Create Project

mkdir project-name
cd project-name
touch README.md
touch demo.js
touch .gitignore

Edit demo.js

npm init -y
npm install

Add file to gitignore

echo "filme name" >> .gitignore

Create repository and push

git init
hub create (tame)
git add
git commit -m
git push origin master
hub browse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published