- React
- codemirror
- react-codemirror2
- react-icons
- Initial Project
- Install dependencies
- HTML Setup
- Editor Setup
- CSS
- CodePen Functionality
- Open Close Button
- Local Storage Hook
- Deploy to surge.sh
- Add custom domain
- Write README
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── components
├── App.js
└── Editor.js
├── hooks
└── useLocalStorage.js
├── App.js
├── index.css
└── index.js
Use the cmd line to clone repo to your computer
git clone [github_repo_url]
Use the cmd line to install dependencies.
npm install
Run in cmd for start the dependencies server
npm start