tachyons-webpack

1.1.1 • Public • Published

Tachyons webpack boilerplate with browser-sync

This is a basic webpack boilerplate to be used with Tachyons. You can write your javascript in src/app.jsm add html to index.html and add custom css to css/index.css.

Installation

git clone git@github.com:tachyons-css/tachyons-webpack.git
cd tachyons-webpack
npm install

Development mode

Running npm run dev will run the webpack-dev-server on port 3000. You can then develop and webpack will watch for file changes and rebuild. BrowserSync will refresh the page.

Build

Running npm run build will create a dist folder with the index.html, main.js, index.css and tachyons.css files for you to distribute or deploy

Dependencies (15)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tachyons-webpack

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • mrmrs