Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hugojosefson/cross-platform-web

No dependencies (except Node.js). Works equally well on Windows, Linux and OSX
https://github.com/hugojosefson/cross-platform-web

Last synced: 29 days ago
JSON representation

No dependencies (except Node.js). Works equally well on Windows, Linux and OSX

Awesome Lists containing this project

README

        

# Cross Platform Web project setup

This is an example of a JS web project configured to build and run equally well on Windows, Linux and OSX.

## Prerequisites

The only required step is:

* Install Node.js

## Start the app

```bash
npm start
```

That will automatically:

* install any missing dependencies,
* perform any compilation steps,
* launch the server which serves the app

You can then see the app at [http://localhost:3000/](http://localhost:3000/)