Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julorapido/oc_5
Front Vanilla JS for Kanap
https://github.com/julorapido/oc_5
javascript js
Last synced: 3 days ago
JSON representation
Front Vanilla JS for Kanap
- Host: GitHub
- URL: https://github.com/julorapido/oc_5
- Owner: julorapido
- Created: 2022-07-15T18:02:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T10:15:37.000Z (over 1 year ago)
- Last Synced: 2023-07-29T11:24:52.524Z (over 1 year ago)
- Topics: javascript, js
- Language: JavaScript
- Homepage:
- Size: 20.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanap #
This is the front end and back end server for Project 5 of the Web Developer path.
### Back end Prerequisites ###
You will need to have Node and `npm` installed locally on your machine.
### Back end Installation ###
Clone this repo. From the "back" folder of the project, run `npm install`. You
can then run the server with `node server`.
The server should run on `localhost` with default port `3000`. If the
server runs on another port for any reason, this is printed to the
console when the server starts, e.g. `Listening on port 3001`.