Socket
Socket
Sign inDemoInstall

create-asphalt-app

Package Overview
Dependencies
207
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-asphalt-app

Have an app to build? use create-asphalt-app


Version published
Maintainers
2
Install size
13.3 MB
Created

Readme

Source

Create Asphalt App

Using Create Asphalt App you can bootstrap a React app quickly with Asphalt Web designed templates. Under the hood it runs Create React App without taking its power away from you.

🚀 Quickstart

To get started, run

npx create-asphalt-app my-app

or alternatively

npm init asphalt-app my-app
yarn create asphalt-app my-app

This bootstraps a project in my-app directory configured for Asphalt Web.

Develop

$ cd my-app
$ yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

Options

Supports all options of Create React App.
Create Asphalt App proxies all options, like --template, --scripts-version to Create React App.

FAQs

Last updated on 24 Feb 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc