@albertli90/react-scripts
TypeScript icon, indicating that this package has built-in type declarations

0.70.3 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @albertli90/react-scripts

Weekly Downloads

4

Version

0.70.3

License

MIT

Unpacked Size

124 kB

Total Files

29

Last publish

Collaborators

  • albertli90