Skip to content

vison123/react-web-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

react web 项目脚手架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published