SergiuPavel2804/Malware-Analysis-Detection-System-UI
GitHub: SergiuPavel2804/Malware-Analysis-Detection-System-UI
一个用于恶意软件分析与检测的可视化前端界面项目,旨在简化样本分析的操作流程。
Stars: 0 | Forks: 0
# Create React App 入门
该项目是使用 [Create React App](https://github.com/facebook/create-react-app) 搭建的。
## 可用脚本
在项目目录中,你可以运行:
### `npm start`
在开发模式下运行应用。\
打开 [http://localhost:3000](http://localhost:3000) 在浏览器中查看。
当你进行更改时,页面会自动重新加载。\
你也可以在控制台中看到任何 lint 错误。
### `npm test`
以交互式 watch 模式启动测试运行器。\
有关更多信息,请参阅[运行测试](https://facebook.github.io/create-react-app/docs/running-tests)部分。
### `npm run build`
将应用构建到生产环境并打包到 `build` 文件夹中。\
它能在生产模式下正确打包 React,并优化构建以获得最佳性能。
构建后的文件会被压缩,并且文件名中包含哈希值。\
你的应用已经准备好部署了!
有关更多信息,请参阅[部署](https://facebook.github.io/create-react-app/docs/deployment)部分。
### `npm run eject`
**注意:这是一个单向操作。一旦你执行了 `eject`,就无法再撤回!**
如果你对构建工具和配置选择不满意,你可以随时执行 `eject`。此命令会从你的项目中移除这个单一的构建依赖。
相反,它会将所有的配置文件和传递依赖(webpack、Babel、ESLint 等)直接复制到你的项目中,让你拥有对它们的完全控制权。除了 `eject` 之外的所有命令仍然有效,但它们会指向被复制出来的脚本,以便你可以对其进行调整。此时你需要自己来管理这些配置。
你完全不必使用 `eject`。精选的功能集已经适用于中小型部署,你不必强制自己使用此功能。但我们也明白,如果你在需要的时候不能对其进行自定义,那么这个工具就不会有什么用处。
## 了解更多
你可以在 [Create React App 文档](https://facebook.github.io/create-react-app/docs/getting-started)中了解更多信息。
要学习 React,请查看 [React 文档](https://reactjs.org/)。
### 代码分割
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### 分析 Bundle 大小
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### 制作 Progressive Web App
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### 高级配置
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### 部署
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` 无法压缩代码
此部分已移动到此处:[https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
标签:React, Syscall, Syscalls, Web开发, 前端开发, 脚手架, 自定义脚本