Skip to content

dy-p-code/Meadowlark

Repository files navigation

meadowlark-travel

Meadowlark Travel – Node & Express project

Installation

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'
};

Build

Run this npm command to build the JavaScript bundle:

$ npm run build

Run

Run this npm command to build the JavaScript bundle and open the browser to the app using the file api:

$ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors