! Edit tailwind.config.js to style up aplication theme. When done, do not forget yarn build:style to recompile app styles
tailwind.config.js
yarn build:style
run yarn start to open app in dev server
yarn start
run yarn build to build app
yarn build
run yarn test to run unit tests
yarn test