Skip to content

khactam/nokiahomework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nokiahomework

How to run the project. LIVE DEMO: https://nokiahomework-khactam.herokuapp.com/

1. Getting the backend ready

  1. cd backend
  2. npm install
  3. node server.js The backend should be running on port 5000

2. Getting react app ready

  1. cd client
  2. npm install / yarn install
  3. npm start

3. Running the test project (make sure backend and client react app are both running already)

  1. cd client
  2. npm test -- --coverage

4. Getting production mode

  1. cd client
  2. npm run build

A folder name 'build' will be created in 'backend' folder.

  1. cd ../backend
  2. restart backend: node server.js

The app will be there at localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published