Skip to content

jestov/ui-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui-box

MEVN Stack

Build Setup

First, you need to install Node.js and MongoDB

cd your/project/folder

# install dependencies
npm install

# run for mode development mode
npm run webpack
or
# build for production with minification of files
npm run build

# serve with hot reload at localhost:3000
npm run dev