Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markmur/express-parcel-react-now

Deploy an Express server that serves a React app (built with Parcel) with Now
https://github.com/markmur/express-parcel-react-now

express now parcel parcel-bundler react zeit-now

Last synced: 6 days ago
JSON representation

Deploy an Express server that serves a React app (built with Parcel) with Now

Awesome Lists containing this project

README

        

# express-parcel-react-now

Deploy an Express server that serves a React app (built with Parcel) with Now

---

- [Express](https://expressjs.com)
- [Parcel](https://parceljs.org)
- [React](https://reactjs.org)
- [Now](https://zeit.co/now)

---

### Run locally (development)

```sh
yarn dev
```

---

### Build for production

```sh
yarn build
```

---

### Run in production

```sh
yarn start
```

---

### Deploy with now

```sh
yarn deploy
```