Simple Node Server For A Single Page App

Herton caefae5b25 Updating readme il y a 4 ans
public 0b3d4bb8b6 Adding a basic test init il y a 4 ans
.gitignore 7ca5c10900 Final touches il y a 4 ans
README.md caefae5b25 Updating readme il y a 4 ans
package.json 0b3d4bb8b6 Adding a basic test init il y a 4 ans
server.js 0b3d4bb8b6 Adding a basic test init il y a 4 ans
test.js 0b3d4bb8b6 Adding a basic test init il y a 4 ans

README.md

Simple Node Server For A Single Page App

This is a very simple node web server with 0 dependencies but a clean structure ready to be built upon.

Features

  • Simple setup
  • No npm dependencies
  • 100% scores across-the-board on lighhouse out of the box
  • Basic PWA setup

To install

Just run npm start no need to install anything...

To test

Just add some tests to the test file and run npm test

License

This is open-sourced software licensed under the MIT license.