Frontend
Description
Oh god, front end web development, specifically javascript. This is the front end for the API based backend of DumbYT, a simple Youtube manager that keeps track of various channels or videos a user wants to be "subscribed" to.
This project makes use of the following:
- Vuejs Reasonable javascript framework that's well documented and actively developed.
- Axios Nice HTTP post/delete/etc helper library
- TypeScript Making javascript more bearable, adds types to the language and other niceties.
- WebPack Handles running the Typescript compiler and minifying and running a server for development.
Getting Started
- Clone the repository
- Run npm updateto download all the project dependencies.
- Run npm startwhich will automatically start a server and recompile the typescript based backend when there are file changes. Also,/apiis proxied back to the production server, though this can be edited inwebpack.config.js.
- Run npm run-script buildwhich generates the frontend files for production.
Popis
				Frontend for DumbYT making use for vuejs and typescript and webpack.
						
						
							
								 http://dumbyt.hak8or.com/
							
						
						
					Jazyky
				
				
								
								
									Vue
								
								54.5%
							
						
							
								
								
									TypeScript
								
								31.3%
							
						
							
								
								
									JavaScript
								
								8.7%
							
						
							
								
								
									HTML
								
								4.5%
							
						
							
								
								
									CSS
								
								1%