Skip to content

torbjomg/quizbuilder

Repository files navigation

quizbuilder

installation

$ npm install
$ cd client && npm install
$ cd ..

running the app

1: local mongodb server

$ mongod

2a: concurrently running server and api

$ npm run dev

2b: alternatively in 2 seperate terminals

$ nodemon server.js
$ cd client && yarn start

About

React sample project, MERN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published