New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

falak

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

falak

Falak Js Framework, A mass quick production framework for lazy people.

  • 1.4.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Falak JS

Falak Js Framework, A mass quick production framework for lazy people.

Falak JS

Why Falak

Well, there are many outstanding frameworks such as Angular, React or Vue that can be used to develop a web application.

But why falak? let's see what makes it different from other frameworks.

  • Can develop more than application in one workspace, for example the website and the admin panel.
  • Almost everything is automated here javascript, sass and html files, you don't have to require or import any javascript files to use it over and over.
  • No need to duplicate assets like logos, images, icons or even style codes between all applications that you'll develop for one website, there is a common application to communicate between all applications and share any common data/files.
  • Supporting multi languages by default Localization.
  • Supporting both style directions by default so you won't have to worry about writing two designs one for LTR and another for RTL version.
  • Easy to understand, and use.
  • The development server is a lightweight one.
  • Production doesn't take much time and can compile one or all applications in same time.
  • Generating .htaccess files for Apache servers thus you won't have to look for one by yourself.
  • Packages everywhere to help you produce web apps quicker.
  • No complicated relations between components.

Table Of Contents

  • Falak JS
  • Why Falak
  • Table Of Contents
  • Requirements
  • Installation
  • Getting started
  • Documentation

Requirements

  • You need to have nodejs >= 8 installed in your machine.

Installation

Just run the following command in your cli. npm install -g falak

Getting started

After a successful installation of the framework, let's try to use it.

First of, let's create new project

flk new blog

After it is done now we've two applications installed for the blog, the blog application and the admin blog application.

Now enter to the blog directory and let's give it a shot.

Run flk serve to start the serve or flk serve -o to start the serve and open the application in the browser.

Documentation

For full documentation check our wiki docs.

Keywords

FAQs

Package last updated on 20 Sep 2020

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