direct-buy-bo-front
v0.1.5
Published
> This react project is to meet the needs of direct buy in back office project
Readme
direct-buy-bo-front
This react project is to meet the needs of direct buy in back office project
how to start developing
If it is the first time or you need dependencies shining brighter than the sun again you must execute:
yarn setupAnd if you want to start typing and programming
yarn startIt will open a development server here http://localhost:5000/
how to test what you are doing
Test all *.test.* files in /test folder
yarn testTest all *.accessibility.* files in /test folder
yarn test:accessibilityTest all *.visual.* files in /test folder
yarn test:visualIn this test you should have the development server running at http://localhost:5000/
how to build what you have done
yarn buildIt will create a /build folder with your brand new package
and /build-standalone folder with a standalone solution
