- Go to your project directory using your command line tool then install the following:
npm install
bower install
- Setup
.env
file using your command line tool.
cp .env.example .env
- Run the server, and you're good to go.
node server.js
This project is licensed under the MIT License - see the LICENSE file for details