/nodejs-react-parceljs-boilerplate

A minimum viable NodeJS server with React client and Parcel Bundler

Primary LanguageJavaScript

NodeJS React Parcel Example

A minimum viable NodeJS server with React client and Parcel Bundler

Getting started

Clone and install deps

git clone git@github.com:tchaguitos/nodejs-react-parceljs-boilerplate.git
cd nodejs-react-parceljs-boilerplate
yarn install
yarn start

Then open http://localhost:3001.

Edit client/src or server and save. Parcel and Nodemon will automagically hot reload you files whenever you make changes on server or client :)