Build a simple application that mimics twitter (now X) where you can write messages, view and delete them on the same page. You have 45 minutes to complete the task.
This template has the following main dependencies:
- Clone the repo:
https://github.com/VentionCo/full-stack-live-exercise
- Install dependencies:
$ npm install
Use one of the following commands:
- run server in watch mode:
$ npm run start:server
- run client app in dev server with Hot Reload:
$ npm run start:client
- build the application for production:
$ npm run build:prod