An Angular Chat App built for free code camp oklahoma city.
##To Start
- Clone the app into your directory
- In the root directory use
npm installto install required modules - Use the command
gruntin the command line, to concat files and start server - Navigate your browser to
localhost:3000
##File Tree
The server is located in the /server directory.
The front end files are located in /public/ directory.