0.1.2 • Published 6 years ago

react-web-starter v0.1.2

Weekly downloads
16
License
MIT
Repository
github
Last release
6 years ago

react-web-starter

React Web template project scaffold

Creating an App

global install

    $ npm install -g react-web-starter
    $ react-web-starter my-app
    // my-app 为创建的项目名称

project path

my-app
├── config
    └── jest
    └── env.js
    └── test.js
    └── build.js
    └── start.js
    └── test.js
├── public
    └── favicon.ico
    └── index.html
    └── manifest.json
├── scripts
    └── build.js
    └── start.js
    └── test.js
├── src
    └── app
    └── assets
    └── components
    └── global
    └── modules
    └── utils
├── .editorconfig
├── .eslinttrc.js
├── .gitignore
├── .stylelintrc
├── .gitignore
├── package.json
├── README.md

start-up

    cd my-app
    npm install
    npm start or yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago