- using react with tailwind.
this is React application using tailwind in the css to make a discord animate navbar.
To launch the application simple run the following commands
yarn install
yarn start
or, if you don't have yarn
installed, simply run the following npm
scripts
npm install
npm start
To build the application for deployment simple run either one of the following commands
yarn build
npm run build