react-web-starter

0.1.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i react-web-starter

Weekly Downloads

4

Version

0.1.2

License

MIT

Unpacked Size

1.59 MB

Total Files

260

Last publish

Collaborators

  • weisen