gittheking / PERN_template

Other
11 stars 29 forks source link
express expressjs node nodejs react reactjs webpack webpack-configuration

PERN Single Page Application Template

What is this?

Template to get started on a PERN stack Single Page Application (PostgreSQL, Express, React.js, Node.js)

Technology Used

Getting Started

Install Node Module with

$ npm install

Run Webpack build and tell webpack to continue to watch for changes

$ npm run watch

Open another terminal window and start your server

$ npm start

What's in the box?

Configuration Files

Back End (API)

Front End (React Client)

Special Thanks

Webpack configuration inspired by Jason Seminara's React To Do Application