App readme fixes and tweaks.
This commit is contained in:
parent
e0a2d8682c
commit
635e3950d3
@ -4,17 +4,16 @@
|
|||||||
|
|
||||||
An example SSR web app using:
|
An example SSR web app using:
|
||||||
|
|
||||||
* [next](https://www.npmjs.com/package/next)
|
* [next](https://npm.im/next)
|
||||||
* [react-apollo](https://www.npmjs.com/package/react-apollo)
|
* [react-apollo](https://npm.im/react-apollo)
|
||||||
* [apollo-link-batch-http](https://www.npmjs.com/package/apollo-link-batch-http)
|
* [apollo-upload-client](https://npm.im/apollo-upload-client)
|
||||||
* [apollo-fetch-upload](https://www.npmjs.com/package/apollo-fetch-upload)
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
1. Install the latest [Node.js](https://nodejs.org) and
|
1. Install the latest [Node.js](https://nodejs.org) and
|
||||||
[npm](https://npmjs.com).
|
[npm](https://npmjs.com).
|
||||||
2. Duplicate `.env.example` as `.env` and customize.
|
2. Duplicate `.env.example` as `.env` and configure.
|
||||||
3. With Terminal in the `api` directory run `npm install`.
|
3. Run `npm install` in the `app` directory with Terminal.
|
||||||
4. Run `npm run dev` for development, or `npm run build && npm start` for
|
4. Run `npm run dev` for development, or `npm run build && npm start` for
|
||||||
production.
|
production.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user