Skip to content

renanfranca/feedbacker-html-css

Repository files navigation

Feedbacker HTML + CSS

Node.js and NPM

Before you can build this project, you must install and configure the following dependencies on your machine:

  1. Node.js: We use Node to run a development web server and build the project. Depending on your system, you can install Node either from source or as a pre-packaged bundle.

After installing Node, you should be able to run the following command to install development tools. You will only need to run this command when dependencies change in package.json.

npm install

Local environment

Start up

Just run npm run build:css:watch to keep generating the src/assets/css/style.cs only with the used class.

Documentation

The following packages were used to setup the environment:

  • npm install --save-dev postcss-cli
  • npm install -D tailwindcss postcss autoprefixer
  • npx tailwindcss init --full
  • npm add -D animated-tailwindcss

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published