https://github.com/tachyons-css/tachyons-webpack
A boilerplate for using tachyons with webpack
https://github.com/tachyons-css/tachyons-webpack
Last synced: 8 months ago
JSON representation
A boilerplate for using tachyons with webpack
- Host: GitHub
- URL: https://github.com/tachyons-css/tachyons-webpack
- Owner: tachyons-css
- License: mit
- Created: 2016-04-13T14:40:32.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T22:52:38.000Z (about 3 years ago)
- Last Synced: 2025-04-26T05:26:47.052Z (8 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 80
- Watchers: 6
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.js`m 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