Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flint

Package Overview
Dependencies
Maintainers
2
Versions
428
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flint

a server, build system, and helpers for react apps

  • 0.2.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
38
decreased by-5%
Maintainers
2
Weekly downloads
 
Created
Source

What is it?

Flint is all you need ever.

Installation

Installation is done through npm:

npm install -g flint

Generate a new base Flint stack with:

flint new [name]

And finally in your app directory, run it on localhost:3010:

flint run

CLI

The CLI has three main functions: creating new apps, running them, and building them for release.

Note that when you run your app, it will run in development mode by default which is much slower but easier to debug. Run it in production mode to get a feel for real-world performance.

CLI Usage:

Usage: flint [command]

  new [name]  creates a directory with a new Flint-starter scaffold
  run         runs a Flint application with express/webpack-dev-server
  build       builds a Flint application to a bundle in ./build
  debug       use this for opening issues!

The build and run commands take a variety of options to help ease your development, such as:

Usage: flint-run [options]

  -d, --debug          output extra information for debugging
  -p, --port [number]  specify a port [number]
  -h, --host [host]    specify hostname
  -b, --bind [address] specify bind address if different from host
  -e, --env [env]      specify an enivornment
  -t, --tool [tool]    specify a webpack devtool
Usage: flint-build [options]

  -d, --debug  output extra information for debugging
  --no-assets  only build the js
  --no-js      only build the assets

FAQs

Package last updated on 18 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc