Skip to content

Version 2 of the vanilla single page application idea.

Notifications You must be signed in to change notification settings

gabriel-jm/Single-page-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 2, Vanilla JS Single Page Application

Made by me, for fun and with love :)

How to use ?

This still be in early versions, so many of the features still don't working, but if you want to try, you'll need:

  • Node.js, you'll need node.js to run both front and back-end servers, but for now, there is only the front-end.

To run, in the root folder, type on terminal:

  • node index-server.js, this will run the js file for the front-end server. Now go to your browser and enter in http://localhost:8000 to access the page.
  • It can be run with nodemon, to do so just type npm i to download nodemon's files.
    • Now run npm start to run the front-end server with nodemon.
That's it !!! Just a personal project, i hope you enjoy it! :)