1.0.16 • Published 4 years ago

jkdn-movie v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

tailwindcss-boilerplate

A quick opionated setup to get you up and running without doing any configuration. This is useful for prototype.

Installation

To get started:

  1. Clone the repository:

git clone https://github.com/peoray/tailwind-boilerplate.git cd tailwind-boilerplate

  1. Install the dependencies:

    # npm
    npm install
    
    # yarn
    yarn install
  2. Start up development server

    # npm
    npm run serve
    
    # yarn
    yarn run serve

To build for production

The production code is optimized using PurgeCSS and cssnano.

To run

    # npm
    npm run prod

    # Yarn
    yarn run prod

This will create a minify css file in dist/css/main.css.

License

MIT

1.0.16

4 years ago

1.0.15

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago