Skip to content

Alpha018/clone-chan-backend

Repository files navigation

Template app

Version and dependencies

  • install node version using a node version manager like nvm
brew install nvm
nvm install 10.16.0
  • Install dependencies
npm install

Docker usage

docker build -t [app-name] .
docker run -p 3000:3000 [app-name]

Run test

npm run test

execute

npm run start:dev

build

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published