This project is part of the Udacity FrontEnd Engineer Nanodegree. We're asked to use externel API called meaningcloud to process some input text.
- Web server -> Node
- Web application / routing -> Express
- Build tool -> Webpack.
- Offline functions -> Service Worker
> cd nlp
> npm install # install all packages
> npm run build-prod # to build for production
> npm run build-dev # to build for development and run live development server
> npm start # to start the app server at port 8081
- App runs on http://localhost:8081