https://github.com/imranhsayed/react-node-boilerplate
A React Js and Node Js boilerplate for building a new project. It uses create-react-app
https://github.com/imranhsayed/react-node-boilerplate
Last synced: about 2 months ago
JSON representation
A React Js and Node Js boilerplate for building a new project. It uses create-react-app
- Host: GitHub
- URL: https://github.com/imranhsayed/react-node-boilerplate
- Owner: imranhsayed
- Created: 2018-10-05T17:21:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:53:42.000Z (over 2 years ago)
- Last Synced: 2025-04-23T04:06:09.068Z (about 2 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 19
- Watchers: 5
- Forks: 20
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A React Js and Node Js Boilerplate
## Installation InstructionsInstall nodemon and create-react-app globally using below command:
`$ npm i -D nodemon`
`npm i -g create-react-app`
Installation Instructions 🔧
Clone the repo using git clone [email protected]:imranhsayed/react-node-boilerplate.git
```cd google-maps-in-react
npm install
cd client
npm install
cd ..
npm run dev