Skip to content

Commit

Permalink
Merge pull request #20 from vivek80801/master
Browse files Browse the repository at this point in the history
javascript template added
  • Loading branch information
Arsenic-ATG committed Nov 23, 2020
2 parents 948e12c + 18a36c5 commit 806c2f7
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .readmeTeplates/Javascript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Project Name

<!---
Q what is this project ?
Q how will this help others at getting the task done ?
Q what were the steps earler and what steps can be skipped by using this automation ?
--->

### Things you will need to get it running 📈 :-
-
-
-

### Additional packages 📝
<!---only add the name of the packages which have to be installed externally--->
- _package names_

#### But how do I install additonal packages? 🤨
- Make sure you have **nodejs** installed on your system
- If you want to install dependecies with **npm**
- check for **yarn.lock**. If it is in root of directory. then DELETE **yarn.lock**
- Now, run `npm install`. This will install all the dependencies.
- If you want to install dependencies **yarn**.
- check for **package-lock.json**. If it is in root of directory. then DELETE **package-lock.json**
- Now, run `yarn install` or `yarn`. This will install all the dependencies.

### How to use this program ? 💻
- If you want to run with **npm**
- Run `npm start`
- If you want to run with **yarn**
- Run `yarn start`

---

### Made By :-
[<name of the creator/s >](Your profile link)

0 comments on commit 806c2f7

Please sign in to comment.