This is a VERY little repo that uses Angular 17 with TailwindCSS.
- First clone the app with:
git clone git@github.com:lperezq6cyber/ng-tailwind-test.git
- Install dependencies:
npm install
(make sure you are using node lts/hydrogen) - Run the server:
npm start