Skip to content

dotnsf/simpleweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web

Overview

Simple web server which would use under web/ folder as contents root.

How to run in your localhost

  • Prerequisites:

  • Fork this repository as your GitHub repository:

    • https://github.com/dotnsf/simpleweb

    • Assume your new repository would be https://github.com/yourname/simpleweb.

  • Git clone your repository:

    • $ git clone https://github.com/yourname/simpleweb
  • Install libraries:

    • $ cd simpleweb

    • $ npm install

  • Run app.js with node command:

    • $ node app
  • Open http://localhost:8080/ with your web browser.

    • "ハローワールド!"("HelloWorld!") would be displayed. That's it!

helloworld

Customize

  • web/ folder contains web resource, ans works as contents root.

    • You will find index.html file at first.
  • You can customize(add/edit/delete files) under web/ folder as you want.

Licensing

This code is licensed under MIT.

Copyright

2022 K.Kimura @ Juge.Me all rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published