Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 528 Bytes

README_FOR_DEV.md

File metadata and controls

33 lines (26 loc) · 528 Bytes

Develop

yarn install
yarn wattch

Create this boilerplate:

# For react
yarn add react prop-types

# For babel transform
yarn add --dev babel-cli babel-preset-react-app babel-plugin-transform-decorators-legacy  babel-plugin-transform-class-properties babel-plugin-transform-object-rest-spread

# TODO: For test

Setup package.json:

Entry point is dist/index.js

{
    "main": "dist/index.js",
}

Scripts

{
    scripts: { ... see package.json for more detail ... }
}