Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hugojosefson/cross-platform-web
- Owner: hugojosefson
- Created: 2014-06-14T21:24:58.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-12-09T21:47:19.000Z (about 7 years ago)
- Last Synced: 2024-04-08T16:52:10.420Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 appYou can then see the app at [http://localhost:3000/](http://localhost:3000/)