Giter VIP home page Giter VIP logo

vraltspace's Introduction

altspace-webpack-browserysnc-starter

Starter template for building Altspace apps with es6 and Webpack. The code is bundled up using Webpack and a dev server is provided for previewing the app with live reload and Hot Module Replacement.

Local Development

If you don't already have it installed, install npm then run the following to spin it up:

npm install
npm start

This will start a development server on port 3000. Changes to any of the javascript or css files will automatically be reflected (most times without losing application state).

Distribution

To build for distribution on Mac or Linux run:

npm run build

If you are building on a windows run:

npm run build_win

This will create a production version of bundle.js ready for deployment with index.html

Notes

When developing you may see the warning:

WARNING in ./~/altspace/dist/altspace.js
Critical dependencies:
2777:113-120 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results.
 @ ./~/altspace/dist/altspace.js 2777:113-120

This is expected due to the way Altspace is published to npm and will be fixed in the future.

vraltspace's People

Contributors

tmartin2089 avatar

Watchers

James Cloos 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.