Skip to content

tachyons-css/tachyons-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A boilerplate for using tachyons with webpack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published