vanilla-form

Server

1. Install Node Server

cd server
yarn

2. Run Node Server

yarn start

The node server will run on localhost:8081

Client

1. Install

yarn

2. Run

yarn start

The application will run on development mode on localhost:8080

Test

Running the tests:

yarn test