It runs PurgeCss by default when building the project.
Note :
index.css
is the main CSS file. You can add custom css classes to it, use tailwind directives or define other .css file if needed.
To run the project, run following command:
yarn start
To build the project, run following command:
yarn build