Skip to content

Collaborate with unlimited users to share your ideas and take your teamwork to the Next Level. Work together anywhere, anytime!

Notifications You must be signed in to change notification settings

chingu-voyages/v8-bears-team-05

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v8-bears-team-05: Doodle Live

Take your team work to the Next level.

Work together anywhere, anytime!

Features

  1. Host Meetings with Unlimited Users.
  2. Sketch & Share.
  3. Live Chat Integration.
  4. Share notes with our rich text editor.
  5. Live code with Automatic Syntax Highlighting.
  6. Easter eggs and much more...

About the project

This project was bootstrapped with Create React App. Then an Express server was added in the server directory.

Using this project

Clone the project, change into the directory and install the dependencies.

git clone https://github.com/chingu-voyages/v8-bears-team-05.git
cd bears-team-05
npm install

Create a .env file for environment variables in your project directory.

You can start the server on its own with the command:

Open http://localhost:3030 to view it in the browser.

npm run server

Run the React application on its own with the command:

Open http://localhost:3000 to view it in the browser.

npm start

Run both applications together with the command:

npm run dev

You can create an optimized production build with the command:

npm run build

The React application will run on port 3000 and the Express server on port 3001.

VSCode + ESLint + Prettier

VSCode is a lightweight but powerful source code editor. ESLint takes care of the code-quality. Prettier takes care of all the formatting.

Installation guide

  1. Install VSCode

  2. Install ESLint extension

  3. Install Prettier extension

  4. Modify the VSCode user settings to add below configuration

    "eslint.alwaysShowStatus": true,
    "eslint.autoFixOnSave": true,
    "editor.formatOnSave": true,
    "prettier.eslintIntegration": true

About

Collaborate with unlimited users to share your ideas and take your teamwork to the Next Level. Work together anywhere, anytime!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published