Click here to see demo
To get started, clone the project and install the dependencies:
npm install
After that, start up Webpack Development Server:
npm start
Webpack Development Server 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.
To build a production bundle run:
npm run build
After that you will have a ready to deploy bundle at /me