Skip to content

gabrielrg14/tailwind-interfaces

Repository files navigation

Tailwind Interfaces

Interfaces (re)created using TailwindCSS to practice the framework.

🖼️ Interfaces

Implemented Interfaces so far:

⚙️ Technologies

Technologies studied and used to carry out this project:

📝 Pre-requirements

To clone and run this project, you will need:

Note: When installing Node.js, npm is automatically installed. 🎉

🛠️ Installation

$ npm install

🏃 Running the app

# development
$ npm run dev

# build
$ npm run build

# production
$ npm run start

🧪 Running the tests

# e2e tests
$ npm run cy:run

Made with 💚 by Gabriel Rapucci.