- This is the course’s red thread project : Créez des pages web dynamiques avec JavaScript
-
After cloning the repo, you will need to install the dependencies via the command:
npm install -
Once the dependencies are installed, launch the json-server, typing
npm run startin the terminal. -
Then launch the site server with the command
npm run dev. -
The site is available at : http://127.0.0.1:8080
-
The json-server is available at : http://127.0.0.1:8081
-
It's possible to launch eslint with the command
npm run lint.