A simple fullstack starter application using Node.js, Express.js, React.js and MongoDB
To run this project you need to add the backend and frontend dependencies. In the root of the project run the following command
$ npm install
Then, navigate to the client directory and run the following command:
recommended
$ yarn
or
npm install
- To run this application, you must have MongoDB up and running*
To run the application, use the following command:
$ npm run dev