https://github.com/jkmagnussen/evaluate-a-news-article-with-natural-language-processing
Practiced setting up Webpack, Sass styles, Webpack Loaders and Plugins, Creating layouts and page design, Service workers, in addition to Using APIs and creating requests to external urls.
https://github.com/jkmagnussen/evaluate-a-news-article-with-natural-language-processing
Last synced: 3 months ago
JSON representation
Practiced setting up Webpack, Sass styles, Webpack Loaders and Plugins, Creating layouts and page design, Service workers, in addition to Using APIs and creating requests to external urls.
- Host: GitHub
- URL: https://github.com/jkmagnussen/evaluate-a-news-article-with-natural-language-processing
- Owner: jkmagnussen
- Created: 2019-12-03T14:12:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T14:12:42.000Z (over 2 years ago)
- Last Synced: 2025-01-21T05:42:53.472Z (5 months ago)
- Language: JavaScript
- Size: 307 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Express App Project
This is a project that excercised my ability to navigate through the module bundler, 'Webpack'. The result of which is a NLP API and express/ node.js driven application.
## What this project encompassses:
- Webpack entry point
- Webpack output and dist folder
- Webpack Loaders
- Webpack Plugins
- Webpack Mode
- Tools for convenient Webpack development
- Sass, Jest (JS Unit Testing), Aylien API, html, css, packagr.json, prod/dev webpack configurations## How to run
To run this app, the server must be actioned through, 'npm run start', not through the index.js server directory as this will omit the api key. Then an instance of webpack must be run in the terminal, upon doing so the application should open within a browzer window. uSE, 'Webpack build-dev' to access the development build or, 'Webpack build-prod' t oaccess the finished production application.
npm run start (to instance the server)
npm run build-dev (to run the development mode of the app)
npm run build-prod (to run the production mode of the app)
Upon downloading the app file you will also need to cd into the folder and:
- ```npm install```
- ```npm start``` to start the app
- this app runs on localhost:8080, but you can of course edit that in server.js