For setup this mini project, you need :
- Node v8.10.0.
- NPM 3.5.2.
- webpack 4.
from root folder Windows :
BASH
cd C:\\{YOUR_PATH_FOLDER}/
git clone "https://github.com/adreansyah/tokoflix.git"
cd tokoflix/
from root folder Linux :
BASH
$ cd /{YOUR_PATH_FOLDER}/
$ git clone "https://github.com/adreansyah/tokoflix.git"
$ cd tokoflix/
NPM
npm install
npm start
go to web browser : localhost:8080