Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.02 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.02 KB

Snippet Library

Store, Share and Access your code snippet anywhere.

logo

Please give this repo a ⭐ it really helps us!

Setup

  1. Fork this repo by clicking the fork button in the top right to get started.

  2. Clone the project, you can use the following command:

    git clone https://github.com/<your-github-username>/snippet-library
  3. Navigate to the project directory

    cd snippet-library

Deploying Backend

To deploy this project navigate to the backend folder and run

  cd backend
  npm install
  node index.js

or

  nodemon

Deploying Frontend

To deploy this project navigate to the frontend folder and run

  npm install
  npm start

Navigate to http://localhost:3000/

Landing Page

Feedback

If you have any feedback, please reach out to us at [email protected]