Product title and main photos
To begin:
- Update database/example.PGconfig.js as described in the file.
- NPM install.
- Generate data by running [$ npm run letThereBeData] in the command line.
- Setup database and seed data by running [$ npm run DBSetup] in the command line.
- Build front-end with Webpack (everyone's favorite) by running [$ npm run build] in the command line.
- Start the server by running [$ npm start] in the command line.
- In your browser of choice (chrome), navigate to 'http://localhost:' followed by the port number output when starting the server.
- Enjoy!