Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

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. If you see any vunerabilities after the installation, like 5 moderate, 1 high, you don't need to fix them. The project will build correctly.
  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 :