Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (19 loc) · 1.14 KB

This is a full stack React and Node Express application. The client folder is it's own application and was bootstrapped with Create React App.

The server side entry is in api.js so you will need to run yarn command in the root and the client folder to install all dependencies first. Then you can run the following scripts.

Available Scripts

In the project directory, you can run:

yarn dev

This brings up both server and client applications using concurrently.

yarn server

You will need to run npm install -g nodemon which is a nice utility to keep the server running and listening to changes when development the backend API only.

yarn client

This is simply running the front end React application alone.

Additional Resources

Followed some nice guidelines from the following:

Running postgres in docker locally

yarn db:docker-run

will start postgres locally in docker container