Skip to content

jsantias/Tweetery

Repository files navigation

CAB432-A2

CAB432-A2

PORT 3000 = Front end project development, PORT 5000 = Server end project development

Key Technology Include

  ReactJS
  ExpressJS

Prerequisites

Things you need to install the software and how to install them

  NodeJS
  NPM package manager
  Web Browser

How To Use it (Development)

Important You will need to keep the working directory name as short as you can. otherwise, it might cause to some installation problem.

1. cd to the root folder of this project 
2. npm install
3. npm run client-install
4. npm run server-install
5. npm run client-build
6. npm run dev

How To Use it (Production)

Important You will need to keep the working directory name as short as you can. otherwise, it might cause to some installation problem.

1. cd to the root folder of this project 
2. npm install
3. npm run client-install
4. npm run server-install
5. npm run client-build
6. npm run server

Unit Test


Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors