Skip to content

kashkaran/react-full-stack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install docker

Official Get Started

Download Mongo image

$ docker pull mongo

Create mongo data folder

#linux/mac/windows
$ cd <to-appropriate-directory>
$ mkdir data

Create Docker container

$ docker run -p 27017:27017 -v <path-to-your-data-folder> mongo

learn more about running mongoDb as a Docker container here.

Setup the app

Clone repository

$ git clone git@github.com:kashkaran/react-full-stack-app.git

Initial setup

$ npm run setup

Running the app

$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •