0.1.5 • Published 4 years ago

direct-buy-bo-front v0.1.5

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

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 setup

And if you want to start typing and programming

yarn start

It will open a development server here http://localhost:5000/

how to test what you are doing

Test all *.test.* files in /test folder

yarn test

Test all *.accessibility.* files in /test folder

yarn test:accessibility

Test all *.visual.* files in /test folder

yarn test:visual

In this test you should have the development server running at http://localhost:5000/

how to build what you have done

yarn build

It will create a /build folder with your brand new package and /build-standalone folder with a standalone solution