The goal of this project is to get to know and learn to work with:
- Webpack
- SASS styles
- Creating layouts and page design
- Service workers
- Using APIs and creating requests to external urls
To start with the project:
- fork this repo
- open terminal of your choice and change current directory to a location on your computer where you want to clone the repo
- when you are in the correct folder type:
git clone https://github.com/{YOUR_USER_NAME}/evaluate-news-nlp
- sign up at https://developer.aylien.com/signup to get your API key
- install Aylien SDK: https://docs.aylien.com/textapi/sdks/#sdks (this project is using Node.js)
- run
npm install
in the terminal in your project directory to install all dependencies required for the project to work - run
npm start
in the terminal to start the server
By default the app rund on port 8000, but if necesarry it can be changed to the port of your choice. To change the port go to: src/server/start.js