Skip to content

anthonydelgado/codehero-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Hero

Code Hero is a real time IDE powered by React.JS, Ace IDE and Firebase!

To get started you will need a Firebase account and project setup with public permissions.

Next you will need to create a file names '/src/config.js' that looks something like this:

const firebase_config_url = 'https://PROJECT_ID.firebaseio.com';

export default firebase_config_url;

Next run the project and have fun coding live with friends.

Please note this project is a proof of concept and not designed for production use (yet.)

Happy hacking! 😉

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published