|
pirms 2 gadiem | |
---|---|---|
admin | pirms 3 gadiem | |
src | pirms 2 gadiem | |
.gitignore | pirms 3 gadiem | |
index.html | pirms 2 gadiem | |
package-lock.json | pirms 3 gadiem | |
package.json | pirms 3 gadiem | |
readme.md | pirms 2 gadiem | |
tsconfig.json | pirms 3 gadiem | |
webpack.config.js | pirms 2 gadiem |
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.