Skip to content

JST2019-WS/GroupA

Repository files navigation

JST2019-WS-GroupA

Setting up the development environment

First, make sure that you have a fairly recent version of npm installed. Then run

npm install

which will download and install all (dev-)dependencies. To only install runtime dependencies, run

npm install --production

Starting the app

The app can be started using

npm start

to monitor src/ and react to code changes, run

npm run dev

Testing

Tests are run by

npm test

Running the CLI

The cli can be run by

npx feathers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published