Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 454 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 454 Bytes

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