braun-react-module
v1.0.14
Published
React component development
Downloads
11
Readme
React NPM Package
Code for React NPM package.
Usage
Install modules -
yarnStart example and start coding -
yarn startRun tests -
yarn testBundle with -
yarn buildTo test if it works correctly in another project you can use npm
npm install -S ../path-to-this-folderNote the relative path
E.g. this folder structure
./workspace/
MyProject
react-npm-Extra
Adjust your .eslintrc config file to your own preference.
NPM equivalent
yarn | npm
---- | ---
yarn | npm install
yarn test | npm run test
yarn build | npm run build
