Skip to content

SamerAbukhader/journey-junkies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel-Blog

Contribution

  • Clone the repo
  • Create a branch
  • Commit your commits
  • push your commits
  • create a pull request
  • add pull request details
  • ask your team mates for review

To run the project for the first time do the following:

  • client: cd client && npm install && npm run dev (LINUX & MAC)

  • client: cd client; npm install; npm run dev (WINDOWS)

  • server: cd server && npm install && node index.js (LINUX & MAC)

  • server: cd server; npm install; node index.js (WINDOWS)

To run the project afterwards:

  • cleint: npm run client
  • server: npm run server

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •