|
hace 2 años | |
---|---|---|
admin | hace 3 años | |
src | hace 2 años | |
.gitignore | hace 3 años | |
index.html | hace 2 años | |
package-lock.json | hace 3 años | |
package.json | hace 3 años | |
readme.md | hace 2 años | |
tsconfig.json | hace 3 años | |
webpack.config.js | hace 2 años |
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:
npm update
to download all the project dependencies.npm start
which will automatically start a server and recompile the typescript based backend when there are file changes. Also, /api
is proxied back to the production server, though this can be edited in webpack.config.js
.npm run-script build
which generates the frontend files for production.