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

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

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.