This project is a simple Angular + Bootstrap frontend for a hypothetical book store/catalog. It runs off mock data hardcoded into the books.json file.
git clone git@github.com:mchaitanya/BookstoreExampleUI.git
cd
into the project directory. Then run: npm install
This will download and install all the dependencies for this project (listed in package.json).
Run npm start
for the live dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Note:
npm start
is an alias for the Angular CLI command ng serve
. To learn about the many facilities that the CLI provides, check out the Angular CLI README.