Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions Homework2/ntamhankar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

# Install Dependencies
Assuming you have node.js installed. (If not go do that :) )
Install [Node](https://nodejs.org/en/).

Install from the package.json via terminal.
`npm i`

To install additional packages based on your needs
`npm install <package-name>`

## Run application
cd ECS272-Fall2022/Homework2/ntamhankar

`npm start`

## How to view
Go to http://localhost:8080/

## Resolution used for development
2560 × 1600

5 changes: 5 additions & 0 deletions Homework2/ntamhankar/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"include": [
"./src/**/*"
]
}
Loading