Project description
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
- https://github.com/teamName/repo
1.1 Copy db/config.example.js
, renaming it to config.js
(keep it in the same folder);
1.2 Inside config.js
, insert the data for your DB credentials;
1.3 If your username is not root
, change also the username in the db script inside of package.json
(the username is the word after -u
);
1.4 Run npm run db
in terminal to create the DB and populate it with dummy data.
Some usage instructions
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install