Skip to content

A simple fullstack starter application using Node.js, Express.js, React.js and MongoDB

Notifications You must be signed in to change notification settings

STH-Coders/node-react-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-react-starter

gitguardian

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

Running the application

To run this application, you must have MongoDB up and running

To run the application, use the following command:

$ npm run dev

About

A simple fullstack starter application using Node.js, Express.js, React.js and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 78.0%
  • HTML 14.2%
  • CSS 7.8%