- Contacts app to display all contacts of a person
- Display all the contacts of a person using Rest API. User should be able to add contact and view contact details on clicking a contact.
- IntelliJ Idea or Visual Studio Code and a web browser.
- Node package manager
- Clone the repository
https://github.com/neu-mis-info6150-spring-2019/assignment-7-ashokaparna.git
. - Navigate to project directory
cd scss-webpack-template
. - Run
npm install
.
Default build mode is production
. This will build index.html
, main.js
and main.css
files in the dist
directory.
- To build the app, run
npm run build
. - Launch the app by opening the file
./dist/index.html
in a browser.
Follow below steps to lauch the app using webpack-dev-server
.
- Run
npm start
ornpm run start
. - This will open the app on a browser window.
- www.w3schools.com
- developer.mozilla.org
- stackoverflow.com