Create React App without Create React App

preview_player
Показать описание
In this video we will setup a development environment using React, Webpack, TypeScript, and Babel from scratch, without using the Create React App CRA CLI.

[2024 Update] Web Development [3] - Development Environment Setup

Timestamps:
0:00 Introduction
1:10 Install nodeJs and npm
2:24 Install dependencies
8:17 TypeScript configuration
13:48 Webpack configuration
25:02 App component
26:58 Build and Start scripts
31:26 HtmlWebpackPlugin
33:18 Automate scripts
35:46 Styles
37:05 Custom fonts
40:50 React Typescript Typography Component
45:40 Conclusion

About Me:

Tags:
#technology #coding #programming #javascript #software #webdevelopment #webdesign #reactjs
Рекомендации по теме
Комментарии
Автор

It's criminal how you don't have views for this gem of a video. Amazingly explained. Thank you.

orangelimesky
Автор

Thank you so much, I was pulling my hair out moving from CRA to Babel, Webpack, and TypeScript. I found I had to do addition work to support .env + .env.development + .env.production but I got thru that.

tjmcode