Skip to content

Code Editor web app built with React, Express, & Typescript

Notifications You must be signed in to change notification settings

jaydenkwright/code-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Editor

Table of Contents

  1. About The Project
  2. Getting Started

About The Project

This is a code editor web app that allows users to create custom web pages using HTML, CSS, and Javascript. Users can create accounts and save their web pages as projects.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo

    git clone https://github.com/jaydenkwright/code-editor.git
  2. Install NPM packages

    npm install
  3. Run web server

    npm run start
  4. Run React Dev Server

    cd client
    npm run start

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

Code Editor web app built with React, Express, & Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published