https://github.com/co2-git/francois-developer
A small HTML5 web app to showcase my skills to recruiters
https://github.com/co2-git/francois-developer
Last synced: about 1 year ago
JSON representation
A small HTML5 web app to showcase my skills to recruiters
- Host: GitHub
- URL: https://github.com/co2-git/francois-developer
- Owner: co2-git
- License: mit
- Created: 2013-10-07T19:47:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T10:32:43.000Z (over 12 years ago)
- Last Synced: 2025-02-01T16:23:21.993Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://192.237.218.147:3100/
- Size: 7.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
francois-developer
==================
A small HTML5 web app to showcase my skills to recruiters. Check it out live.
# Install
npm install git+https://github.com/co2-git/francois-developer.git
cd ~/node_modules/francois-dev
npm run build
npm test
# Uninstall
cd ~/node_modules
npm uninstall francois-dev
# Build
Builds the code for production.
npm run build
# Start http-server
npm start
# Start for production
This will start server for production. Don't forget to run `npm run build` to make sure all your prod files are up-to-date.
npm run build
npm --app-env=production start
# Stop http-server
npm stop
# Get http-server status
npm run status
# Live update
If you go through usual `npm update` to update and you have your server live, your server will go down during the update. If you want to update while keeping your live server up, do as below (*Note:* this will use git).
To update your `node` dependencies or your `bower` dependencies, do as usual:
npm update
bower update
npm run live-update
# Version
Return current version.
npm version | grep francois-dev
# Help
npm run help