Skip to content

ekarpovs/api-site-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-SITE-BASE

CircleCI

A Node.js REST API for ANG-SSR-SITE-BASE

install the repo dependencies with npm

npm install

start the server

npm run dev

Other commands

Run the linter manually:

npm run lint

Clean temp folders:

npm run clean

Run the tests:

npm test

Generate docs, the output will be in /doc folder:

npm run doc

Production / Integration

To run the project in a server you'll want to run the built code instead src version.

# deploy the repo to server and run
npm install
npm start

License

MIT

About

REST API for ANG-SSR site base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published