1.0.5 • Published 5 years ago

inost v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

关于

这个仓库作为构建React应用的脚手架仓库,避免繁琐无关的配置。使用webpack作为构建打包工具,添加sass,css支持,支持ES6语法

使用方法

假定项目用户名为your-project-name,使用yarn作为包管理工具,下面的

git clone https://github.com/ourfor/create-react-app.git your-project-name
cd your-project-name
yarn

安装好依赖后,执行yarn start就可以看到页面了,如果需要添加中间件支持,执行yarn server即可。