Skip to content

udaysaigudla1111/hand-on-project-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cuvette Hand On Project Starter

Getting Started

This project requires the following software to be intstalled on your system

  1. NodeJS / NPM - https://nodejs.org/en/
  2. Git - https://git-scm.com/downloads

Getting a copy of this starter

You can simply fork this folder to start working on it.

To push your changes to Github/Gitlab you need to create a new repository and push the changes there.

Folder Structure

This is the predefined folder structure for this project. You can create new folder and files as per your requirement inside the src folder inside frontend or backend.

backend
    src
        middlewares -> create and store new middlewares here
        models -> create and store new models here
        routes -> create and store new route groups here
        utils -> create and store new utilities here

frontend
    src
        components -> create and store components here
        pages -> create and store pages here
        utils -> create and store utilities here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.1%
  • CSS 23.9%
  • HTML 3.9%
  • Shell 0.1%