milligram-starter

0.1.1 • Public • Published

Milligram - A minimalist CSS framework

A super simple boilerplate project with Milligram.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! Only 2kb gzipped! It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code. Hope you enjoy!

Getting Started

Install with npm

$ npm install -g milligram-cli

Install with Yarn

$ yarn global add milligram-cli

Run with npx (without installing)

$ npx milligram-cli [<command>] [<options>]

Usage

$ milligram --help
 
  Usage:
 
    $ milligram [<directory>] [<options>]
 
  Options:
 
    -h, --help              Display help information
    -v, --version           Output version
 
  Examples:
 
    $ milligram my_milligram_app # default: milligram_app 

Now, create a new Milligram app using the command $ milligram, then install dependencies and run with npm run start.

Available Commands

  • npm run start - starts the development server with hot reloading enabled
  • npm run build - generates the distribution files
  • npm run lint - check with code linter
  • npm run test - start the test runner

Table of Contents

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i milligram-starter

Homepage

milligram.io

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

70.4 kB

Total Files

16

Last publish

Collaborators

  • cjpatoilo