Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 587 Bytes

File metadata and controls

36 lines (21 loc) · 587 Bytes

Simple task management Realtime

Getting Started

Setting up NPM

Installing Project Dependencies

Running the below shell script will install all dependencies and build the initial JavaScript files.

npm install

Running Tests

npm run test

Starting Node Express Server

npm run server 

Starting Client in development mode with watch

Once dependencies are installed, a development server can be launched with the following shell script. It will watch for changes to files in the src/ folder.

npm run dev