Skip to content

longchiwen/petsave

Repository files navigation

Prerequisites

  • Install node.js >=v5.0 with npm
  • Do not include node_modules folders in repository.

First time project setup

npm install

Start it

Command will start node express server (default on http://localhost:3000)

npm start

Test it

Command will run lint and test tasks

npm run test

Build it

Command will bundle js and css files to ./dist folder

npm run build

About

Save a pet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages