Skip to content

mitchtbaum/admin

 
 

Repository files navigation

Tailwind Admin

Super simple admin panel using Tailwind CSS.

To get started, clone the project and install the dependencies:

# Using npm
npm install

# Using Yarn
yarn

After that, start up Webpack:

yarn run watch-poll

# for npm

npm run watch-poll

Webpack will watch /src/styles.css and /tailwind.js and rebuild your stylesheet on every change.

You can play around with /index.html to see the effects of your changes.

Contributing

We'd love a PR!

https://stackoverflow.com/questions/6851868/is-it-possible-to-have-attribute-values-that-span-multiple-lines

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 16.1%
  • CSS 0.1%