Tailwind CSS + Parcel tutorial.
- Node.js v10.16.3
# 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