front-end-handbook-2018
2018 edition of our front-end development handbook
File Explorer
Download Latest Version (.zip)- page.html
- pdf_footer.html
- pdf_header.html
- summary.html
- page.html
- browsers-work.png
- dns.jpg
- fd-devs-for.jpeg
- FEM-2018-banner.png
- frameworks1.png
- frameworks2.png
- front-end-salary.png
- front-end-skills.png
- full-stack.jpg
- fullstack1.png
- fullstack2.png
- growth-iot.jpg
- host.jpg
- how-does-seo-work.png
- how-the-internet-works.jpg
- making-fd.png
- makingFED.png
- open-graph-image.jpg
- q11.jpg
- q13.jpg
- q15.jpg
- q18.jpg
- reacteco.png
- salary.png
- salary3.png
- spectrum.png
- stacks-change.jpg
- statcounter.png
- task1.png
- tasks2.png
- test1.png
- test2.png
- things.jpg
- vscode.png
- web-api.png
- web-tech-employed.jpg
- what-is-front-end-dev.png
- what-is-web-hosting-infographic.jpg
- who-runs-the-internet-infographic.jpg
- accessibility.md
- animation.md
- browser-dev-tools.md
- browsers.md
- build.md
- cli.md
- courses.md
- cs.md
- data-api.md
- direct-learning.md
- dns.md
- dom.md
- fonts.md
- front-end-apps.md
- front-end.md
- headless-browsers.md
- hosting.md
- html-css.md
- http-networks.md
- internet.md
- javascript.md
- js-api.md
- json.md
- learn-from.md
- module-bundlers-loaders.md
- module.md
- multi-device-dev.md
- news-podcasts.md
- node.md
- offline.md
- package-manager.md
- perf.md
- pwa.md
- react.md
- security.md
- self-direct-learning.md
- seo.md
- state.md
- static.md
- templates.md
- test.md
- ui-design-patterns.md
- version-control.md
- web-api.md
- fd-dev-for.md
- interview-q.md
- jobboards.md
- making-fd.md
- myth.md
- salaries.md
- skills.md
- team.md
- tech-employed-by-fd.md
- types-of-front-end-dev.md
- pathway.js
- ebook.css
- website.css
- accessibility.md
- animation.md
- apps.md
- baas.md
- browsedocs.md
- browser.md
- charting.md
- cms.md
- code-editor.md
- comm.md
- css.md
- db.md
- deploy.md
- dev-tools.md
- diagram.md
- dom.md
- error.md
- find-tools.md
- fonts.md
- graphics.md
- hosting.md
- html.md
- http.md
- js.md
- json.md
- loaders.md
- offline.md
- perf.md
- placeholder.md
- project-hosting.md
- proto.md
- pwa.md
- repo.md
- security.md
- seo.md
- state.md
- static.md
- svg.md
- task.md
- templates.md
- testing.md
- ui.md
- uptime.md
- .gitignore
- 2018.md
- appspec.yml
- book.json
- buildspec.yml
- cover.jpg
- cover_small.jpg
- frontendmasters.jpg
- frontendmasters.md
- gtm-analytics.js
- learning.md
- myIntro.md
- package-lock.json
- package.json
- practice.md
- README.md
- recap.md
- SUMMARY.md
- template.md
- tools.md
- what-is-a-FD.md
# Installation Guide
1. Get the code
git clone https://github.com/FrontendMasters/front-end-handbook-2018
Downloads the entire project code from GitHub to your computer.
cd front-end-handbook-2018
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
