New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-three-app

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-three-app

Create basic three.js project from three.js/examples or some predefined basic setup

latest
Source
npmnpm
Version
3.1.1
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

create-three-app

NPM version NPM downloads

NPM Banner

Star the repo?

If you think this repo is worth a star✨ just don't hesitate :)

Note: We don't recommend installing this package globally.

Usage

Run with --help flag to know more!

npx create-three-app {dir_name}

or

yarn create three-app {dir_name}

Using an example from threejs.org/examples

You need to run the command with -i or -e flag. Example: \

# -i or --interactive
npx create-three-app -i

# You can specify the name of the example.
yarn create three-app -e webgl_shader

We don't recommend this for beginners, as there can be some bugs that you may have to resolve manually (converting examples to webpack (node) compatible packages is an automated task) to work everything correctly or even starting the server. You may check assets.json for information about unresolved URLs, which may or may not stop the web server from initiating, or the unexpected behaviour of the website.

Example

Watch this video

Contributing

Thank you for your interest in contributing to this project! We're interested in adding more examples and maintaining those that are already in use. We're also loking forward for a better webpack configuration system. All contributions must abide by the Contributor Covenant Code of Conduct.

Want support?

Open an issue in the github repo or ask in the Secret Discord Server

Keywords

three

FAQs

Package last updated on 28 Oct 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