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
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/node_react_rest_project_one_2020
- Owner: arjuntheprogrammer
- Created: 2020-07-24T19:20:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T19:25:37.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T20:29:44.653Z (over 1 year ago)
- Language: CSS
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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