Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 853 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 853 Bytes
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",

MERN-boilerplate

This is a boilerplate project using the following technologies:

Requirements

npm install

Running

Make sure to add a config.js file in the config folder. See the example there for more details.

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev