Meadowlark Travel – Node & Express project
Run this npm command to install dependencies:
$ npm install
Create the file credentials.js in the root of the project and paste your key into the cookieSecret
module.exports = {
cookieSecret: 'your key'
};
Run this npm command to build the JavaScript bundle:
$ npm run build
Run this npm command to build the JavaScript bundle and open the browser to the app using the file api:
$ npm start