All Projects → Corentinfardeau → three-js-flag

Corentinfardeau / three-js-flag

Licence: other
Flag effect with three.js

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Playground-starter

A quick starter for lab projects.
Including

Before everything

  • You'll need Node (which includes NPM).
  • Install Gulp using npm install -g gulp. This installs Gulp globally and is needed later.
  • Clone this repo to your local computer
  • Edit project.json with your datas
  • Install the nodes modules
$ npm install

Run the project

There is three kind of environments available : dev, staging, live. To change the config of each environement you need to edit the project.json file.

  • Build and watch the app with development configs
$ npm start
  • Build app with staging config
$ npm run staging
  • Build app with live configs
$ npm run live

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].