natarajchakraborty / ReactInCodeAnywhere

First try in testing whether react works in CodeAnywhere

Repository from Github https://github.comnatarajchakraborty/ReactInCodeAnywhereRepository from Github https://github.comnatarajchakraborty/ReactInCodeAnywhere

An attempt in making react work in Code Anywhere

Basic steps:

I followed the velocity360 tutorial of a chat-room built with firebase, most of the setup is as shown in the tutorial, accept the following things:

  • I started with prebuilt 'Node' stack environment in CodeAnywhere
  • Installed Webpack gloabally first.
  • Installed Express globally.
  • Then installed all the project dependencies locally as shown in the tutotial.
  • Also installed webpack locally for the project.
  • Created a server.js file which created a http server listning to 0.0.0.0 and port 8080.
  • Excluded server.js from webpack config.
  • Started the server, thats all for the specific steps to make this work in codeanywhere environment.

About

First try in testing whether react works in CodeAnywhere


Languages

Language:JavaScript 99.9%Language:HTML 0.1%