Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singcl/react-base-app

🍂React和Webpack结合使用最小项目示例
https://github.com/singcl/react-base-app

base react small webpack

Last synced: about 1 month ago
JSON representation

🍂React和Webpack结合使用最小项目示例

Awesome Lists containing this project

README

        

[![Travis](https://img.shields.io/travis/singcl/react-base-app.svg?style=flat-square)](https://travis-ci.org/singcl/react-base-app)
[![Dependency Status](https://david-dm.org/singcl/react-base-app/status.svg?style=flat-square)](https://david-dm.org/singcl/react-base-app#info=Dependencies)
[![devDependency Status](https://david-dm.org/singcl/react-base-app/dev-status.svg?style=flat-square)](https://david-dm.org/singcl/react-base-app#info=devDependencies)
[![npm](https://img.shields.io/npm/v/react-base-app.svg?style=flat-square)](https://www.npmjs.com/package/react-base-app)
[![npm](https://img.shields.io/npm/dt/react-base-app.svg?style=flat-square)](https://www.npmjs.com/package/react-base-app)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-6f42c1.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Join the chat at https://gitter.im/singcl/react-base-app](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/singcl/react-base-app)
# React + Webpack 项目最小示例

```js
npm i
npm start
```