0.2.0 • Published 4 years ago

techsee-app-template v0.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

@techsee/techsee-app-template

This repo holds the boilerplate for creating Front End applications in TechSee.

Getting Started

  1. Install Node.js:
  2. Clone the repo
  3. Go to directory where repo is cloned and run:

    npm install

Development

Run webpack-dev-server

npm start
  • This will start an application in it's initial state. If application is started, then everything has been installed and initialized correctly.

Duplicate Repo

TODO

Boilerplate Content

TODO

Browsers Support

TODO

Pending Maintenance

-- Remove dependency on @techsee/techsee-socket
-- Update @techsee/techsee-client-infra and fix breaking changes

Pending Improvements

-- Add tree shaking option for WebPack (reduces output bundle).
-- Add dynamic imports support, so modules can be lazy loaded by demand on client.