Skip to content

Single page application, with node.js as server, educational project

Notifications You must be signed in to change notification settings

gaop123/SuperList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperList

Single page application, with node.js server, educational project

This project is not for production uses

Installation

From the project directory:

#client installation
cd client
npm install -g bower
bower install
#server installation
cd ../server
npm install

Running

cd server
node main.js

You can view the application at http://127.0.0.1:8888

Do not use "localhost" it makes some problems for cookies

About

Single page application, with node.js as server, educational project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 82.3%
  • JavaScript 12.3%
  • CSS 3.1%
  • HTML 2.3%