2019-07-28 13:55:58 -07:00
2018-08-14 10:56:12 -07:00
2018-07-30 14:15:39 -07:00

Clone this project as a separate project and rename it. In WebStorm, right click the project and rename the project.

Next run "meteor" from the command line within WebStorm (or at the command line in the project outside a development environment). This will install what is needed and run the server.

Finally, run a browser and direct it at localhost:3000 (this is linked in the console after starting the server).

Run meteor update to get the latest version of meteor installed for this application. This can take a fair bit of time to finish.

Run meteor npm install --save xxxxx to install npm packages.

Description
No description provided
Readme 56 MiB
Languages
JavaScript 60.5%
CSS 21.9%
HTML 16.4%
Stylus 1.2%