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

create-fusion-app

Package Overview
Dependencies
Maintainers
2
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-fusion-app

[![Build status](https://badge.buildkite.com/7a82192275779f6a8ba81f7d4a1b0d294256838faa1dfdf080.svg?branch=master)](https://buildkite.com/uberopensource/fusionjs)

  • 1.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-96.77%
Maintainers
2
Weekly downloads
 
Created
Source

Create Fusion.js App

Build status

Creates a Fusion.js application using the command line.

Usage

If you are using Yarn:

$ yarn create fusion-app <appName>

If you are using npm:

$ npx create-fusion-app <appName>

The tool will scaffold a new project and install all dependencies into the specified project folder. To start your project, just run yarn dev:

$ cd <appName>
$ yarn dev

Then, visit http://localhost:3000 to see your app.

What's Included?

The scaffold is preconfigured to use React. It also comes with common plugins already registered:

  • React router
  • Styletron
  • React helmet
  • Universal events

Included Scripts

yarn dev

Compiles and runs the application in development mode.

yarn lint

Runs eslint using the provided lint rules.

yarn test

Runs tests using Jest.

yarn build

Builds a development bundle.

yarn build-production

Builds a production bundle.

yarn start

Starts the application.

Documentation

For more information, visit the Fusion.js documentation at https://fusionjs.com for basic information, how-to guides, and in depth references.

FAQs

Package last updated on 05 Jan 2021

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