Skip to content

Coursework for Fullstack JavaScript Development: MongoDB, Node.js, React.js

Notifications You must be signed in to change notification settings

smerth/fullstack-js-dev-mongodb-node-react

Repository files navigation

MongoDB Node and React App

Installation

Clone the github repo

git clone https://github.com/smerth/fullstack-js-dev-mongodb-node-react.git

Install the NPM packages

npm install

Commands

Build the app

npm run build:dev

Webpack builds the app (compiles jsx to js and assembles templates...)

Watch and re-build on changes

npm run dev

Webpack builds the app and then watches for changes...

Run the app

npm start

This runs the express server @server.js. The server runs the API server and the delivers the front-end content at localhost:8080