Contacts book app.
App consists of 3 components:
- Web app (
contact-book/app) - API server (
contact-book/server) - MongoDB
$ git clone https://github.com/frenchbread/contact-book
- Navigate to server dir
$ cd contact-book/server-
Update
config.jsfile with correct MongoDB host -
Install dependencies
$ yarn install- Start the server
$ yarn run start- Navigate to app dir
$ cd contact-book/app- Install dependencies
$ yarn install- Start dev server with hot-reload
$ yarn run dev- Build the app
$ yarn run build