codeLabs-summer2021 / 3D-Model-World

A real world environment to place, view, and share all your 3D models.
https://3d-model-world.netlify.app/
2 stars 0 forks source link

App foundation #19

Closed CalebMcOlin closed 3 years ago

CalebMcOlin commented 3 years ago

Description of Issue

The shell of the app. Node.js and Snowpack set up and ready to use. closes #6

To Test

  1. git clone repo
  2. Open directory in VSCode terminal or Bash
  3. npm install
  4. git checkout app-foundation
  5. npm start
    • [ ] Verify the confetti shows on the web page.
    • [ ] Verify the word "Map" is on the page
    • [ ] Verify the text "js is working" is in the web console log app-foundation
  6. Ctrl + C to stop the snowpack dev server