Skip to content

55Cancri/web-application-builder

Repository files navigation

"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