Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingphasedotcom/Starter-Kit-2018
https://github.com/codingphasedotcom/Starter-Kit-2018
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingphasedotcom/Starter-Kit-2018
- Owner: codingphasedotcom
- License: mit
- Created: 2017-05-18T00:58:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T15:51:50.000Z (over 3 years ago)
- Last Synced: 2024-08-01T19:49:06.318Z (6 months ago)
- Language: JavaScript
- Size: 3.9 MB
- Stars: 770
- Watchers: 39
- Forks: 97
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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