Skip to content

KhayatiHiba/backend-ps6-starter-quiz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Back-End Starter

Install & Run

  1. Install NodeJS Installer (you should already have NodeJS since it was a dependency of the Front-End)
  2. Fork the repository and clone your new repository git clone https://github.com/PATH_TO_YOUR_BACK_END_REPOSITORY.git
  3. install the dependencies npm install
  4. Run the application npm run dev

Development

During the development process, you should use npm run dev to have livereload each time you modify a file in app folder.

Run the linter

npm run lint

Note: The linter will be executed before each commit. If the linter fails then the commit will be canceled.

Dependencies

The following libraries are used in this Node starter, we encourage you to have a look :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%