This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@smallstack/server-meteor
TypeScript icon, indicating that this package has built-in type declarations

0.3.62 • Public • Published

@smallstack/server-meteor

This is the base package for a smallstack backend server based on Meteor (see https://meteor.com).

How-to install

npm install will install all dependencies.

How-to use

This package is not intended to be used standalone. You should reference it in your project and call initMeteorServer() or replicate the logic that is being executed in that function. Developers can use the meteor app installed in ./test/meteor-app.

A typical setup could be:

  • open a console window and call npm install, followed by npm run watch. The latter will watch ts files and create a new distribution file on each change.
  • open another console window, navigate to ./test/meteor-app, call meteor npm install and afterwards meteor to start the server. It will automatically restart upon source code change.

Readme

Keywords

none

Package Sidebar

Install

npm i @smallstack/server-meteor

Weekly Downloads

159

Version

0.3.62

License

none

Unpacked Size

468 kB

Total Files

59

Last publish

Collaborators

  • maxfriedmann