Skip to content
Snippets Groups Projects
Select Git revision
  • 5f9ada1d06389a0c4025da8677d39203c775991c
  • master default protected
  • solution
3 results

dynamic-programming-practice

  • Clone with SSH
  • Clone with HTTPS
  • Quick Start

    Recursively clone this repository and cd into the root folder:

    $ git clone --recursive git@git.unl.edu:soft-core/soft-260/dynamic-programming-practice.git
    $ cd dynamic-programming-practice

    (If you forget --recursive when cloning, you can cd into your clone and run git submodule update --init --recursive instead.)

    Install dependencies:

    $ npm install

    And then serve the application locally:

    $ npm start

    When you are done, press control-c to stop the server.