Contact is part of a coding challenge to create a single page contact app using any framework.
git clone git://github.com/TomCaserta/Contact
Clone the repo, then inside the root folder run:
npm install
Once complete you can either generate a web build with:
npm run build
Or run the built in development webpack server:
npm run start
Just in case:
To add a contact when you're off the intro page (page first seen) click the + icon in the top right corner of the screen under the crude logo.
To edit or delete a contact, click the contact in the side bar and select the option in the tool bar.
- React
- MobX
- MobX-React
- SCSS
- Babel
- WebPack
- Mocha|Chai
- A ton of webpack loaders