Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 339 Bytes

File metadata and controls

21 lines (15 loc) · 339 Bytes

Tailwind 2 with PostCSS, Gulp, Browsersync

Start the development server:

# if you are using npm
npm run dev

To build optimized version of custom CSS, simply run:

# if you are using npm
npm run build

To Deploy - Builds and Pushes to Git which deploys to Heroku

npm run deploy -- "COMMIT MESSAGE"