Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 377 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 377 Bytes

play-with-tailwindcss

Tailwind CSS + Parcel tutorial.

Prerequisites

  • Node.js v10.16.3

How to develop

# Install dependencies
npm i

# Start storybook
npm run storybook

# Start dev-server
npm run dev

# Run JavaScript Standard Style lint(with autofix)
npm run lint

# Build for production
npm run build

# Serve dist files (for production)
npm start