Skip to content

VentionCo/full-stack-live-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you need to build

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.

Available Dependencies

This template has the following main dependencies:


Installation

  1. Clone the repo: https://github.com/VentionCo/full-stack-live-exercise
  2. Install dependencies:
$ npm install

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published