tachyons-webpack
tachyons-webpack copied to clipboard
A boilerplate for using tachyons with webpack
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