React-Developer-Blog Mastering React JS Training

Getting Started with Create React App

This project is initiated through Create React App. Within the project directory, you have several available scripts:

  1. npm start: Runs the application in development mode. Open it in your browser to view it. Any edits you make will reload the page, and you'll also see any lint errors in the console.

  2. npm test: Launches the test runner in interactive watch mode. For more information, refer to the documentation.

  3. npm run build: Builds the application for production in the build folder. React is bundled correctly in production mode, optimizing the build for the best performance. The build is minimized, and filenames include hashes. Your application is ready for deployment! Check the documentation for further details.

  4. npm run eject: Note that this is a one-way operation. Once you eject, you can't go back! If you’re unsatisfied with build tools and configurations, you can eject at any time. This command removes a single build dependency from your project, exposing all configuration files and dependencies (like webpack, Babel) directly in your project.

zip
React-Developer-Blog-main.zip 预估大小:39个文件
folder
React-Developer-Blog-main 文件夹
file
.gitignore 310B
file
package.json 858B
file
package-lock.json 679KB
folder
src 文件夹
folder
components 文件夹
folder
Header 文件夹
file
Header.module.css 58B
file
Header.jsx 198B
folder
Profile 文件夹
folder
MyPosts 文件夹
file
MyPosts.module.css 542B
folder
EnterPost 文件夹
file
EnterPost.module.css 542B
file
EnterPost.jsx 694B
folder
Post 文件夹
file
Post.module.css 694B
file
Post.jsx 651B
file
MyPosts.jsx 1KB
file
Profile.jsx 262B
file
Profile.module.css 116B
folder
User 文件夹
file
Nizami.jpg 2.19MB
file
User.jsx 357B
file
User.module.css 174B
folder
Dialogs 文件夹
file
Dialogs.jsx 199B
file
Dialogs.module.css 35B
folder
Links 文件夹
file
Links.module.css 261B
file
Links.jsx 607B
file
setupTests.js 241B
file
index.js 593B
file
logo.svg 3KB
file
App.js 511B
file
reportWebVitals.js 362B
file
App.css 425B
file
index.css 366B
file
App.test.js 246B
folder
public 文件夹
file
robots.txt 67B
file
logo192.png 5KB
file
index.html 2KB
file
favicon.ico 4KB
file
manifest.json 492B
file
logo512.png 9KB
folder
.vs 文件夹
folder
react-developer-blog 文件夹
folder
config 文件夹
file
applicationhost.config 81KB
folder
v16 文件夹
file
.suo 18KB
file
VSWorkspaceState.json 131B
file
slnx.sqlite 88KB
file
README.md 3KB
zip 文件大小:2.4MB