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

https://github.com/arjuntheprogrammer/node_react_rest_project_one_2020

NodeJS React Rest
https://github.com/arjuntheprogrammer/node_react_rest_project_one_2020

Last synced: about 1 month ago
JSON representation

NodeJS React Rest

Awesome Lists containing this project

README

          

## Nginx configuration for Mac OS X with Homebrew, using sites-enabled directory.

mkdir -p /usr/local/var/www/parcel_blueprint
cd /usr/local/var/www/parcel_blueprint
npm init -y

cd /usr/local/var/www/parcel_blueprint
npm init -y
npm install parcel-bundler --save
npm install --save @babel/core
npm install --save @babel/plugin-proposal-class-properties
npm install --save @babel/plugin-transform-runtime
npm install --save react react-dom
mkdir src
cd src
touch index.html
mkdir Components
mkdir fonts
mkdir css
cd css
touch master.css

---

### START THE PROJECT

npm run start