Skip to content
/ frint Public
forked from frintjs/frint

An opinionated library for building front-end applications.

License

Notifications You must be signed in to change notification settings

spzm/frint

 
 

Repository files navigation

frint

npm Build Status Coverage NSP Status Join the chat at https://gitter.im/frintjs/frintjs

The modular JavaScript framework

For documentation, visit https://frint.js.org.

Quick start

Install frint-cli:

$ npm install -g frint-cli

Create a new empty directory:

$ mkdir my-directory && cd my-directory

Initialize an example app:

$ frint init --example kitchensink

Now you can install all the dependencies, and start the application:

$ npm install
$ npm start

Find more examples here.

Packages

The framework is a collection of these packages, which can be composed together on demand:

License

MIT © Travix International

About

An opinionated library for building front-end applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 6.4%
  • CSS 2.0%
  • Makefile 1.0%