Skip to content

julienjamet/kanap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project has been made during my dev training (JavaScript).

I created the whole [./frontend/js] folder to enable the frontend to communicate with the API.

The deployed version of the site can be visited by clicking on the link located in the About section (connecting to the API may take a few seconds).

You can access the code of the deployed version by switching to the other branch.

To run the site locally, you will need to have Node and npm installed on your machine.

Then please follow these instructions :

- Clone the repository

- From the [./backend] folder, run `npm install` then `npm start`

- Your console should now be indicating `Listening on port 3000`

- Double-click on the [./index.html] file

- You're done !