We will learn how to better separate the code in the entry point to prepare it for adding the router. Currently, in the index.js, we configure the store and bootstrap our App component: import 'babel-polyfill'; import React from 'react'; import { ren…
一.git bash here mdkr cnpm init -y ls -a ls -l ls -la隐藏的也可查看 cat package.json 二.npm npm i webpack-dev-server -g 全局:任何目录运行 本地:本地需要调用附带的插件 npm list npm list -g npm uninstall supervisor -g 全局删除 npm remove supervisor -g全局删除,彻底卸载,再安装 npm i supervisor --sav…