-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.md
34 lines (20 loc) · 1006 Bytes
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Starter-Kit-2018
So I built this for all the new web developers... My Goal is to save you time from the bullsh*t of spending hours looking for ways to speed up your learning. Sometimes all we want to do is just code.
(if you are coming from my [youtube channel CodingPhase ](https://www.youtube.com/channel/UC46wWUso9H5KPQcoL9iE3Ug) I will base all my tutorials from this starter kit)
I broke it down in simple steps to get you going.
**Steps**
---------
**Download or Pull This Repo**
Top of this page you can see where it says clone or download
**Install Node**
https://nodejs.org/en/
**Download Atom**
https://atom.io/
**Install all the node packages**
On the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
npm install
**Update the node packages**
On the root of this project run on your terminal (if you want you can do this with yarn but thats optional)
npm update
**Start the server**
npm run watch