All Projects → tachyons-css → tachyons-webpack

tachyons-css / tachyons-webpack

Licence: MIT license
A boilerplate for using tachyons with webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

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 [email protected]: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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].