Skip to content

adriankast/mini-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-web-app

A minimal example demonstrating a web app. Mainly consists of server.js backend and public/index.html frontend. The app displays a button that can be on or off (like a ligh-switch), the state is only stored in memory.

To run it:

  1. make sure you have got a recent node.js version and git installed
  2. checkout this repository using git clone https://github.com/adriankast/mini-web-app.git
  3. open the cloned directory
  4. run npm install
  5. run node server.js in this directory
  6. visit your "app" on http://localhost:3000

The example uses node.js and the express web server.

About

A minimal example for a web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published