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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

213389b · Nov 16, 2018

History

30 Commits
Jun 17, 2017
Nov 9, 2017
Jun 16, 2017
Jun 16, 2017
Jun 17, 2017
Jun 16, 2017
Jun 15, 2017
Jun 15, 2017
Jun 14, 2017
Nov 16, 2018
Jun 16, 2017
Jun 16, 2017
Jun 16, 2017
Jun 16, 2017
Jun 16, 2017

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