Skip to content

CodeSnippetHQ/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeSnippet.io Project Template

Hits

project

💡 General Info

This project is a lightweight client-server application written primarily in JavaScript.

  • Frontend (the client folder)
    • Written in JavaScript, HTML, and CSS
  • Backend (the server folder)
    • Written in Node.js/JavaScript
    • Uses Express.js, a minimal backend server framework

⚡️ Getting Started

To run this project:

  1. Copy the contents of .env.example to a new file named .env and fill in the required values
  2. Run npm install to install dependencies
  3. Run npm run dev to start the development server.
    1. This allows you to make changes to the code and see them reflected in your browser immediately without having to restart the server
  4. Open localhost:3000 in your browser to view the project

📄 API Docs


👇 Subscribe & Follow

If you liked this project, subscribe to our newsletter and follow us on social media for more just like it!

Releases

No releases published

Packages

No packages published