delmotte / back-end-starter-3a-pns-2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Clone your repository git clone https://github.com/PATH_TO_YOUR_BACK_END_REPOSITORY.git
  3. install the dependencies npm install
  4. Run the application npm start

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


Languages

Language:JavaScript 100.0%