Skip to content

natarajchakraborty/ReactInCodeAnywhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors