This pull request contains some changes to the structure of the project. The templates were moved to the source folder, which is better for separating the source files and the public content. Outside the structural changes, this pull request also installs tailwind css via node to allow better layout customization, adding the possibility to use a theme file and add custom fonts. At least prettier was included in the project to help keep the code well formatted.
Testing Instructions
Clone the repository and checkout feat/installing-tailwind-css branch
Install all the dependencies with npm install or yarn install
set up the.env file to define the environment
start the server using npm start
Navigate across all the scenarios
Check if all the pages load normally
Inspect the code and check that the CSS is being loaded locally from assets/styles/style.css
Inspect the font family from the header is Open Sans
Description
This pull request contains some changes to the structure of the project. The templates were moved to the source folder, which is better for separating the source files and the public content. Outside the structural changes, this pull request also installs tailwind css via node to allow better layout customization, adding the possibility to use a theme file and add custom fonts. At least prettier was included in the project to help keep the code well formatted.
Testing Instructions
feat/installing-tailwind-css
branchnpm install
oryarn install
npm start
assets/styles/style.css
Screenshots
Homepage
Scenario Page