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.
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 servernpm run build-prod
to generate a dist folder for prodnpm start
to run the Express server on port 8081