This repo is a code-along with the first project in the React Nanodegree program. This is an application which will help you manage your contacts with features like adding new contacts and filtering them.
The backend server for this in-class project can be found here.
- Clone the project -
git clone https://github.com/Manmohan7/reactnd-contacts-app.git - Install the dependencies -
npm install
Run npm run start for a dev server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.
Run npm run build to build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
MIT