All Projects → argyleink → css-at-cds

argyleink / css-at-cds

Licence: other
links to demo's and docs from our talk at Chrome Dev Summit 2019

Programming Languages

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

Missed it? Watch it here!

https://www.youtube.com/watch?v=-oyeaIirVC0


Building this repo:

Modern Javascript ›

Rollup to bundle, treeshake, import from NPM or URLs, and import CSS.

Modern CSS ›

PostCSS to import from NPM, postcss-preset-env for CSS features from the spec, and easings from easings.net for convenient use in animations.

Rad Development Server ›

Browsersync with all the goodies: live reload, cross device syncing, remote debugging, etc.



Getting Started

  1. mkdir new-project-name && cd $_
  2. git clone --depth=1 https://github.com/argyleink/shortstack.git . && rm -rf ./.git
  3. npm i
  4. npm start

Development

Running npm start runs Browsersync, which watches changes to your files in ./app and refreshes connected browsers so that you can see the effects of your changes live.

Building

Once you're ready to go live npm run build compiles and minifies your code in app and outputs the optimised result to a folder called dist that's ready to be shared on the web

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].