haglermgp / nodejs-react-parceljs-boilerplate

A minimum viable NodeJS server with React client and Parcel Bundler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

A minimum viable NodeJS server with React client and Parcel Bundler


Languages

Language:JavaScript 77.5%Language:HTML 11.8%Language:CSS 10.7%