0.70.3 • Published 4 years ago

@albertli90/react-scripts v0.70.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@albertli90/react-scripts

version license

A scaffolding module for a react app in ts

Setup and tasks supported

    # install dependencies if skipped before
    yarn install
    
    # start dev server
    yarn start
    
    # build the applicaton for production
    yarn build
    
    # run all unit test cases
    yarn test
    
    # eject all scaffolding files
    yarn eject
    
    # conditionally run all end2end test cases; this task expects active server running, like a dev server
    yarn e2e
    
    # lint all source codes
    yarn lint
    
    # prettify all source codes 
    yarn prettify

This package includes scripts and configuration used by al-cli.