百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

frontend-bootcamp

> 前端框架
开源

从 HTML/CSS/JS 到 TypeScript/React/Redux 的前端研讨会

10.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

从 HTML/CSS/JS 到 TypeScript/React/Redux 的前端研讨会

Frontend Bootcamp / Days in the Web

Welcome

In this two-day workshop you'll learn the basics of frontend development while building a working web app.

The first day provides an introduction to the fundamentals of the web: HTML, CSS and JavaScript. This is targeted at new and experienced developers alike. On the second day we'll dive into more advanced topics like TypeScript, state management, and testing. While the examples should be accessible to anyone, you'll get the most out of it if you have some prior experience with programming and web technologies.

Getting set up

1. Required software

Before starting, make sure your computer has up-to-date versions of the following installed:

  • Node/NPM (choose the LTS option, which should be version 10)
  • Git
  • Visual Studio Code
    • If using a Mac, also follow these steps to install the code terminal command.
    • If you already had VS Code installed, check for updates!
  • React Developer Tools for Chrome or Firefox

2. Installing and opening the project

  • Open VS Code and then press ctrl + ` (backtick, in top left corner of keyboard) to open the built-in terminal
  • Use the cd (change directory) command to find an appropriate place for your code
  • Type git clone https://github.com/Microsoft/frontend-bootcamp.git into the terminal to pull down a copy of the workshop code
  • Type cd frontend-bootcamp to change your current directory to the bootcamp folder
  • Type npm install to install all of the project dependencies
  • Type code -r . to open the bootcamp code in VS Code

If on a Mac, be sure you've followed these steps first to make the code command available.

3. Run the "inner loop" build

At this point, your VS Code window should look something like this:

To start the dev "inner loop," run:

bash
npm start

This will load the site shown below.

4. Lesson Structure

  1. Demos will either be via CodePen (Steps 1, 2 and 3) or done in the step folder. Follow the step README to walkthrough the demo.

  2. Much like demos, exercises are done via CodePen or in the project step folders. These exercises will give you an opportunity to try what was demonstrated in the first step.

What to expect

For each lesson, the presenter will walk through some demo code to teach core concepts about the topic. Don't worry about writing code at this point. Just follow along via the readmes linked below.

Most lessons also have an exercise portion. Exercise instructions are usually found in the readme for each step's "exercise" folder.

Day one

Day one covers the basics of HTML, CSS and JavaScript, as well as an introduction to React and Typescript.

  1. Introduction to HTML
  2. Introduction to CSS
  3. Introduction JavaScript
  4. Introduction to React
  5. React Components
  6. State-driven UI
  7. Types and UI-driven state

Day two

  1. TypeScript basics
  2. Fluent UI component library
  3. Theming and styling
  4. React Context
  5. Redux: Store
  6. Redux: React binding

Bonus content

  • Redux: Service calls
  • Testing with Jest

Additional resources

  • MDN Web Docs
  • React Docs
  • Thinking in React

Follow the authors!

If you are interested in JavaScript, TypeScript, React, Redux, or Design Systems, follow us on Twitter:

  • @kenneth_chau
  • @micahgodbolt

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Legal notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

Issues· 16 开放

查看全部 Issues在 GitHub 打开
  • #179

    更新以使用新的 Fluent UI 包

    Needs: Triage :mag:更新于 2020年9月7日
  • #213

    用于实时网站 1-4 演示的 CodePen 无法渲染 JSX

    Needs: Triage :mag:更新于 2020年7月28日
  • #193

    React 入门(第1步-04) 缺少课程?

    wontfixNeeds: Triage :mag:更新于 2020年4月3日
  • #162

    step1-02/demo: 加载 Fabric 徽标图像时出现 404 错误。

    Needs: Triage :mag:更新于 2020年1月6日
  • #161

    step1-05/demo/ 编译失败

    Needs: Triage :mag:更新于 2020年1月4日
  • #158

    步骤 2-03 练习 '使用样式函数自定义默认按钮'

    Needs: Triage :mag:更新于 2019年12月22日
  • #126

    是否需要确认工作的答案?

    enhancement更新于 2019年10月19日
  • #56

    请使您的示例易于访问

    更新于 2019年3月4日

> 标签

TypeScriptcsscss-in-jshtmljavascript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架