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.
- Host: GitHub
- URL: https://github.com/isaac-svi/react-express-starter
- Owner: Isaac-Svi
- Created: 2021-02-04T16:43:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T08:10:44.000Z (about 5 years ago)
- Last Synced: 2025-04-30T14:29:45.004Z (about 1 year ago)
- Topics: express, react, webpack
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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