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

create-typescene-webapp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-typescene-webapp

Generator for Web apps using the Typescene framework

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Create Typescene Web App

Create front end applications with the Typescene framework, using the command line (CLI).

Getting Started

You'll need to have NodeJS installed on your computer, but you do not need to install anything else.

To create a new app in a folder named my-webapp, run the following command in the Terminal (Mac) or Command Prompt (Windows):

npx create-typescene-webapp my-webapp

This will create a folder inside the current folder, copy source files, and install packages using NPM.

After installation, run the following commands to start a development server and open your default browser:

cd my-webapp
npm run start

Options

You may use the following command line arguments to configure the installation.

ArgumentEffect
--jsUse JS (ES6+) only, instead of TypeScript
--jsx, --tsxInclude JSX (TSX) support
--bundler=...Use a specific bundler (webpack, parcel, or rollup)
--target=...Set build target (es5, es6, or es8)
--gitInitialize a Git repository
--yarnUse Yarn instead of NPM
--overwriteForce overwrite existing files

Reach Out!

Find us on Twitter for the latest news, and please consider giving us a ⭐️ star on GitHub!

License

The Typescene source code is licensed under the MIT license.

Keywords

FAQs

Package last updated on 06 May 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