Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markmur/express-parcel-react-now
- Owner: markmur
- Created: 2019-02-28T22:50:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:02:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T16:26:56.761Z (7 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: 3
- 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
```