Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-ervmongo-app

Spin up a basic react-view/express/mongo build.

readme

create-ervmongo-app

This is a command-line tool for basic react-views/mongo/express build for practice or to build upon.

Create a project

npx create-ervmongo-app <projectname> (project name will default to "myproject" if not specified)

after it completes cd into the project folder

run "npm install"

run "sudo rm -r .git" to remove git repository

run "npm run dev" to go into development

run "npm run start" production server