simpleton-state-manager
Version:
A Simple State Manager for WebApp UI
19 lines (12 loc) • 420 B
Markdown
This is a Node.JS application.
Please install Node + NPM from here:
https://nodejs.org/en/download/
Once you have node and NPM installed run:
`npm install`
Then:
`npm start` to start the server
Open Browser to http://localhost:3000 (you can change the port number if you have a conflict in server.js line #6)
Valid logins are "ben" or "jerry" any other will throw an error.