https://github.com/nikrb/react-frontend-only
super simple react setup to play with react (and sass) on cloud9
https://github.com/nikrb/react-frontend-only
Last synced: about 1 year ago
JSON representation
super simple react setup to play with react (and sass) on cloud9
- Host: GitHub
- URL: https://github.com/nikrb/react-frontend-only
- Owner: nikrb
- Created: 2016-09-12T15:20:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T15:21:40.000Z (almost 10 years ago)
- Last Synced: 2025-04-05T17:30:27.818Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
react getting started:
https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Setting-Up-A-React-ES6-Webpack-Project
running webpack for react from cloud9:
```
webpack-dev-server --port $PORT --host $IP --content-base dist/
```
react sass template.
point browser at:
https://react-frontend-only-knik.c9users.io/
,-----.,--. ,--. ,---. ,--.,------. ,------.
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
-----------------------------------------------------------------
Welcome to your Node.js project on Cloud9 IDE!
Based on the cloud9 ide nodejs chat server starting template.