https://github.com/maryehb/udacity-article-analysis-app
https://github.com/maryehb/udacity-article-analysis-app
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maryehb/udacity-article-analysis-app
- Owner: MaryEhb
- Created: 2021-09-18T15:01:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T16:53:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T08:00:23.281Z (over 1 year ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Article Analysis Web App
Made for Udacity Nanodegree
## Introduction
This app analyzes articles of given url
## Made with
- Javascript
- Sass (Scss)
- Webpack
- Server workers
- Babel
- Meaningcloud API
## Requirements:
- Node, npm and any code editor on the user's device
## How To Run The Application:
First Add .env file at root containing your api key `API_KEY`
Then browse to the folder in the code editor.
and install all the dependencies needed by running in terminal: `npm install`
### Development Mode:
In the terminal: start the server by running `npm run start`. ( will host at port 9009 )
Then open another terminal and run `npm run build-dev`
( will host at port 8080 )
### Production Mode:
In the terminal: run `npm run build-prod` and a dist folder will be produced containing all the code files needed
### Test Mode:
In the terminal: run `npm run test`