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: 5 months ago
JSON representation
Deploy an Express server that serves a React app (built with Parcel) with Now
- Host: GitHub
- URL: https://github.com/markmur/express-parcel-react-now
- Owner: markmur
- Created: 2019-02-28T22:50:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:02:48.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T21:07:25.753Z (6 months ago)
- Topics: express, now, parcel, parcel-bundler, react, zeit-now
- Language: JavaScript
- Homepage: https://express-parcel-react-now.now.sh/
- Size: 642 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```