adventurelookup-frontend
                                
                                 adventurelookup-frontend copied to clipboard
                                
                                    adventurelookup-frontend copied to clipboard
                            
                            
                            
                        adventurelookup-frontend
An implementation of Adventure Lookup's frontend using React and Material-UI
Installation and Usage:
| command (in project root directory) | Action | 
|---|---|
| npm i | Install dependencies | 
| npm startornpm run serve | Start | 
| npm run serve:dist | Start dev-server with dist version | 
| npm run dist | Build dist version and copy static files | 
| npm test | Run unit tests | 
| npm run lint | Lint all files in src (also automatically done AFTER tests are run) | 
| npm run clean | Clean up the dist directory | 
| npm run copy | Just copy the static assets |