This application will allow you to navigate through different characters of the Star Wars world and view relevant information about them. This application is live at https://sw-data.herokuapp.com
- Need NPM installed
- Run npm install from root folder
- Run npm run serve to start local server
- Application was built with Angular 1.x using ES6
- Folder structure is similar to any component-based JavaScript framework
- Hot Module Replacement (HMR) will allow you to see your changes in the app as you make them if your server is running
Note: Angular 1.5 CLI (https://github.com/SwiftySpartan/Angular-1.5-cli) was used in this project