Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://btholt.github.io/intro-to-web-dev-v2/
Intro to Web Dev, v2
https://btholt.github.io/intro-to-web-dev-v2/
Last synced: about 2 months ago
JSON representation
Intro to Web Dev, v2
- Host: GitHub
- URL: https://btholt.github.io/intro-to-web-dev-v2/
- Owner: btholt
- License: other
- Created: 2018-04-21T00:31:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T01:44:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T17:40:41.917Z (3 months ago)
- Language: JavaScript
- Homepage: https://frontendmasters.com/courses/web-development-v2/
- Size: 10.2 MB
- Stars: 1,572
- Watchers: 20
- Forks: 190
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- guiadoprogramador - Link
- guiadoprogramador - Link
README
# [Complete Introduction to Web Development, v2][course]
[![Frontend Masters](/lessons/images/FrontendMastersLogo.png)][fem]
## Welcome
Welcome to the code behind the [course website][website] for the [Introduction to Web Development v2][course] course on Frontend Masters.
## Devlopment
To develop locally
1. git clone this repo
1. `npm install`
1. `npm run develop`To publish
1. `npm run publish`
## License
* Please, please use this material to learn to write code
* Please share it with anyone who wants to learn
* Please fork-and-fix any mistakes you see
* Please use this material to teach in non-commercial settings. If you'd like to use this material in a commercial setting or to otherwise make money, contact me. DMs on Twitter work best
* Any other questions, just ask. Answer may be yesContent licensed under Attribution-NonCommercial 4.0 International
Code to run the site itself is licenced under Apache 2.0.
[fem]: https://frontendmasters.com/
[website]: https://btholt.github.io/intro-to-web-dev-v2/
[course]: https://frontendmasters.com/courses/web-development-v2/