Markdown editor with ReactJS, Chakra-UI.
- Make new editor.
- Save draft editor to continue update in the future.
- Save to file.
- Dark mode.
Development Features
- Typescript
- Node package manager: YARN.
- Conventional commit.
- ESLint - Static code analyzer.
- Prettier - Code formatter.
- Husky - lint commit messages, run tests, lint code.
git clone https://github.com/vanntrong/markdown-editoryarn install # or npm installyarn start # or npm run startGo to http://localhost:3000 to see a result
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
yarn install |
Installs dependencies |
yarn start |
Starts local dev server at localhost:3000 |
yarn build |
Build your production site to ./build/ |
yarn test |
Run all test |
yarn lint |
Run eslint check |
yarn lint:fix. |
Fix eslint error |