Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manonworld/project-webpack
Webpack Project with Worker Processes built for Udacity Nanodegree for advanced web development powered by EGFWD
https://github.com/manonworld/project-webpack
docker express heroku nodejs service-worker webpack
Last synced: about 18 hours ago
JSON representation
Webpack Project with Worker Processes built for Udacity Nanodegree for advanced web development powered by EGFWD
- Host: GitHub
- URL: https://github.com/manonworld/project-webpack
- Owner: manonworld
- License: mit
- Created: 2021-09-27T06:53:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T14:21:20.000Z (about 3 years ago)
- Last Synced: 2023-11-10T18:44:34.851Z (about 1 year ago)
- Topics: docker, express, heroku, nodejs, service-worker, webpack
- Language: JavaScript
- Homepage: https://manonworld.de
- Size: 927 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project News Article with NLP
Project for Udacity Advanced Web Development Nano Degree
Tech stack:
1. React
2. Webpack
3. Semantic UI
4. Sass
5. Meaning Cloud Sentiment API
6. Jest Testing Framework
7. Service Workers
# Installation:
``` yarn install ``` to make initial setup
``` yarn build-dev ``` for development environment
``` yarn build-prod ``` for production environment
# Deployment
App is deployed on heroku using docker containerized solution
Please check heroku.yml for your reference
URL: https://secret-eyrie-62208.herokuapp.com/
# Testing
``` yarn test ```