Giter Club home page Giter Club logo

physics's Introduction

Setting up the project

Open your preferred command line and clone the repo with git clone https://github.com/imdcc1/abgabe-DavideBecker.git.

Make sure Node with npm is installed and your CLI points to the projects root folder (Where this readme file is).

If you don't already have gulp installed globally you need to run npm install gulp-cli -g. This is required to run gulp commands from CLI.

Install the required Node modules by running npm install. This might take a while.

Next, we'll want to build the projects source files. To do this you just need to run gulp. This will compile all .sass and .js files as well as compress images.

Now the project is set up. You can either directly open app/index.html in a webbrowser or run a server with npm start and visit localhost:8080 (Port may vary)

Demos

After building the source with the gulp command, you can find some basic demos in app/demos (localhost:8080/demos if you're running the local node server)

Contributing

Instead of running gulp every time you edit something and want to view your changes you can use gulp watch to automatically rebuild the source whenever a file is changed.

Linting

There are preconfigured eslint and sass-lint files in this project. If you're using atom you can install these plugins to enable live linting:

linter
linter-eslint
linter-sass-lint

physics's People

Watchers

 avatar  avatar  avatar  avatar  avatar

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.