This provides basic maven-like source tree structure and some basic schema definitions for objects types that will be used in the application. A basic route is defined, and template/styling files are put in place (ready to be built out) It also sets up proper gitignores, and removes crutch packages/boilerplate code that aren't needed.
Steps to ensure that this is working:
Inspect source tree structure and ensure that there are no spelling errors, and that it makes sense.
Run meteor from the application's /src directory.
Load the application in a browser by navigating to http://localhost:3000.
Ensure that the application redirects to http://localhost:3000/start
Ensure that the start view is a blank (white) screen, and that no errors occur.
This provides basic maven-like source tree structure and some basic schema definitions for objects types that will be used in the application. A basic route is defined, and template/styling files are put in place (ready to be built out) It also sets up proper gitignores, and removes crutch packages/boilerplate code that aren't needed.
Steps to ensure that this is working:
Inspect source tree structure and ensure that there are no spelling errors, and that it makes sense. Run meteor from the application's /src directory. Load the application in a browser by navigating to http://localhost:3000. Ensure that the application redirects to http://localhost:3000/start Ensure that the start view is a blank (white) screen, and that no errors occur.