No description
- JavaScript 42.5%
- CSS 33.9%
- HTML 23.6%
| public/res | ||
| Webpages | ||
| .gitignore | ||
| index.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| settings.json | ||
Just some random thing for school
This is a website that fetches meme from reddit
Want to run it?
- Install npm
- Go to the website folder and run
npm install. This will download all the dependencies - Now you can run the website by typing
node index.js. Server will start with port 4000 as default so just go tolocalhost:4000on your browser and it should show up
Other
- This was a school project