vasansr / mern-es6

ES6 / Webpack version of react-tutorial-mern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mern-es6

ES6 / Webpack version of react-tutorial-mern

Install

After cloning the git repo:

npm install

Build

npm run webpack

Build - development

npm run webpack-watch

This will not exit, and will watch for modified files and re-pack the bundles.

Run

npm start

This will start the webserver on port 3000.

About

ES6 / Webpack version of react-tutorial-mern


Languages

Language:JavaScript 97.9%Language:HTML 2.1%