Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghondar/universaljsexample
https://github.com/ghondar/universaljsexample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghondar/universaljsexample
- Owner: ghondar
- Created: 2015-07-30T22:56:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T19:31:01.000Z (over 9 years ago)
- Last Synced: 2024-04-14T22:43:39.229Z (9 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# universalJsExample
HOW TO RUN:
1. Create a directory "js" in ./build
2. open a terminal and run:```console
$ npm install
$ npm run watch
```
3. open another terminal and run
```console
$ npm run start
```