This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Project Setup | |
| Create a directory and run the following command. | |
| ```sh | |
| npm init | |
| ``` | |
| For this tutorial, I will be adding an index.js file to the `src` folder, and this will be our entry point. | |
| Our file directory should look like this. | 
- Remove stores/history
- Remove stores/document
- Remove stores/analytics
- Remove stores/admin_analytic
- Remove stores/meeting
- Remove stores/notification
- Remove stores/retrieval
- Remove stores/signed_url
- Remove sources/admin_analytics
- Remove queries/history
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <html> | |
| <head> | |
| <title>Intro to Javascript</title> | |
| <style> | |
| body { background: #358; color: #fff; padding: 50px; font-family: sans-serif; } | |
| </style> | |
| <script> | |