Skip to content

fgprime/udacity_nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity NLP project

Webpack Express With Sass App

The goal of this project is to show the knowledge gained in the Udacity course around webpack.

It is an app to analyze a text. It uses the external API MeaningCloud.

Get Up and Running

A valid API key for MeaningCloud has to be set up in a .env file.

e.g. API_KEY= ABCDEFG

cd into your new folder and run:

  • npm install
  • npm run build-dev to start the webpack dev server
  • npm run build-prod to generate a dist folder for prod
  • npm start to run the Express server on port 8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published