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

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

Awesome Lists containing this project

README

        

# A React Js and Node Js Boilerplate
## Installation Instructions

Install 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