Uses Knapsack 1/0 algorithm and graph theory to solve the most efficient way of choosing your courses. See live demo at: http://wlo.oksanen.co/
- NodeJS
- ReactJS
- Webpack
- NodeJs
- Webpack
- Install NodeJS
- Webpack:
npm install webpack -g// Installs globally - Webpack:
npm install webpack-dev-server - Babel:
npm install babel-core babel-loader babel-preset-react babel-preset-es2015 - Other packages:
npm install
- default port 8080
- run command: npm start