Skip to content

chingu-voyages/v9-geckos-team-14

Repository files navigation

Color palettes

Chingu Voyage-9 project

Development

After cloning this repo you need to do little setup:

  • First, npm install
  • After that you need to prepare frontend side:
cd client
npm install
cd ..

At this point, if you want only frontend server to work, you can do npm run client. It will start React's development server.

For backend you need to install mongoDB and make sure it's up and running on your machine.

Now you're ready to get started! For running backend server do npm run server, for frontend server do npm run client. For both frontend and backend at same time do npm run dev, it will run both servers using concurrently package.

About

Add-project-description-here | Voyage-9 | https://chingu.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published