Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 632 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 632 Bytes

MERN-boilerplate

This is a boilerplate project using the following technologies:

Requirements

npm install

Running

Production mode:

npm start

Development (Webpack dev server) mode:

npm run start:dev