andrewn / neue-radio

Neue Radio: Prototype connected object using web technologies
10 stars 6 forks source link

Restructure apps #57

Closed pixelblend closed 6 years ago

pixelblend commented 6 years ago

This restructuring has several benefits:

The new structure is set out as follows:

- apps/app_name
   - src
       - internal.html  <-- /app_name on internal port
       - external.html  <-- /app_name on external port
       - lib
         - my_lib.js    <- /app_name/lib/my_lib.js on both ports
   - node_modules       <- /app_name/modules on both ports
   - assets             <- /app_name/assets on both ports

Related PRs:

andrewn commented 6 years ago

Shall we update update to install dependencies in another PR?

pixelblend commented 6 years ago

Added dependency installation in https://github.com/andrewn/neue-radio/pull/58