https://github.com/dimaj/challenges-final-result
https://github.com/dimaj/challenges-final-result
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimaj/challenges-final-result
- Owner: dimaj
- Created: 2019-09-19T20:32:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T12:26:21.000Z (almost 7 years ago)
- Last Synced: 2025-03-04T13:34:53.881Z (over 1 year ago)
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
1. `git clone git@github.com:mlapps/challenges-final-result.git`
2. `cd challenges-final-result`
3. `npm install`
Now please check if you can run index.html (using a web server or your IDE).
If it works you're set up and ready to start building your app!
If you don't have a web server installed you could run instant-server from the directory:
```
sudo npm install -g instant-server
instant -p 8081 ./
```
# Building app distribution
Use the following steps to create a distribution:
Create a self-contained web-based distribution (HTML5) in dist/web:
`npm run release-web`
Create a Metrological platform package in dist/{appname}.mpkg.tgz:
`npm run release-mpkg`