https://github.com/nicgirault/web-tech-list
https://github.com/nicgirault/web-tech-list
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicgirault/web-tech-list
- Owner: nicgirault
- License: mit
- Created: 2015-10-21T21:39:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T08:04:24.000Z (almost 10 years ago)
- Last Synced: 2025-04-01T19:51:00.997Z (6 months ago)
- Language: CoffeeScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Tech List [](https://circleci.com/gh/nicgirault/web-tech-list/tree/master)
===============================[The project is online!](http://nicgirault.github.io/web-tech-list/#!/technology)
# Installation
`npm install`
# Development server
`npm run-script watch`
Access to the application at this address: http://127.0.0.1:8008
The livereload update your browser each time you change source files.The Frontend source files are into the [src-public](./src-public) directory and compile to the public directory.
The Backend source files are into the [src-cloud](./src-cloud) directory and compile to the cloud directory.# Deploy on Parse Cloud
`npm run-script deploy-parse`
# Deploy on Github Pages (alternative)
You can also deploy the frontend on the Github Pages of your repo by launching this command:
`npm run-script deploy-github`
## Licence
Licensed under the MIT License. See the [LICENSE](LICENSE) file for details.