Code Monkey home page Code Monkey logo

p5js-boilerplate's Introduction

p5.js boilerplate

Boilerplate for writing p5.js sketches in es6 with babel, webpack and sass.

설치 방법

Node.js와 NPM이 필요합니다. 다운로드는 http://www.nodejs.org 에서 하실 수 있습니다. LTS Version을 추천드립니다.
기본적인 dos 명령어 혹은 bash 명령어를 아시는 게 좋습니다. cd 명령어를 이용해서 본 소스코드 폴더로 이동할 수 있습니다.
아래는 예시입니다. bash에서 ~는 홈 디렉토리를 나타냅니다. (Windows는 %userprofile% 입니다.)

cd ~/Desktop/p5js-boilerplate
cd %userprofile%
cd Desktop\p5js-boilerplate

터미널 (혹은 명령 프롬프트) 에서 소스코드 디렉토리로 왔다면 아래는 PC/Mac 상관없이 동일합니다.

  1. Dependency를 설치합니다.
npm install
  1. Web Server를 실행합니다.
npm run dev
  1. Use the following command when done to build the bundled minified result under the /dist folder:
npm run build

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.