Skip to content

PierreMartin/mern20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

You will need Node >= 8.10 and npm >= 5.6 on your machine.

To run the project:

$ git clone https://github.com/PierreMartin/mern20.git
$ cd mern20
$ cd server
$ npm i
$ npm run server

Then, in another terminal:

$ cd app
$ npm i
$ npm run dev

Finally, test react production build locally:

npm i -g serve
cd app
npm run build
(if not runned with SSR => serve dist -p 3000)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published