An open API service indexing awesome lists of open source software.

https://github.com/isaac-svi/react-express-starter

Light weight MERN project template.
https://github.com/isaac-svi/react-express-starter

express react webpack

Last synced: about 1 year ago
JSON representation

Light weight MERN project template.

Awesome Lists containing this project

README

          

# react-express-starter

### To use:

An NPM package will be made in the future. For now, you can use npx degit:

npx degit Isaac-Svi/react-express-starter#main

cd into the project folder, then run the following to install dependencies:

npm run setup

Finally, just run the following code to get started:

npm run dev