Skip to content

Commit

Permalink
docs: updated readme with embedded links to tools used
Browse files Browse the repository at this point in the history
  • Loading branch information
r2g committed Jun 30, 2022
1 parent b97323b commit 2135ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Fullstack with CRA and Express PoC

This is a proof of concept repo that sideloads a CRA app into an express ejs view during development. The advantage of this is that fetch calls to the exppress API are the same both in dev and in prod since the UI and API load on the same Port.
This is a proof of concept repo that sideloads a [CRA app](https://create-react-app.dev) into an express [ejs](https://ejs.co/) view during development. The advantage of this is that fetch calls to the [express](https://expressjs.com/) API are the same both in dev and in prod since the UI and API load on the same Port.

## Development

Clone the repo and install npm dependencies in the `api` and `frontend` folders

Copy `api/.env.sample` to `api/.env`

Startup both apps using node-foreman by first installing it.
Startup both apps using [node-foreman](https://github.com/strongloop/node-foreman) by first installing it.

`npm i -g node-foreman`

Expand Down

0 comments on commit 2135ed7

Please sign in to comment.