- Clone the repository
$ git clone https://github.com/dphengsiaroun/star-wars.git
- Install dependencies
$ cd star_wars
$ npm install
- Build the bundle with webpack
$ npm run webpack
- Open the project
Open the
index.html
file in your browser.
Dany PHENGSIAROUN