dev-jot (React version) - https://dev-jot-react.netlify.app
dev-jot is a note-taking app for online developer tutorials. The project is an MVP and has been created to help aspiring front-end developers as part of thefrontendcoach support system.
Please join our Discord community discord.gg/YMsd9sgZ4f
This version of the app is built using React. This is a work in progress – please see the current live version
The easiest and quickest way to get the project up and running locally is to clone the repo:
git clone https://github.com/jrobind/dev-jot.git
Make sure you're in the app-react
directory
cd app-react
Now install packages with NPM
npm i
For the React version of the site, you don't need to use the VS Code Live Server extension. Because this version uses Create React App, it comes with a hot reloading development server.
To run the app:
npm start
This will start a development server with hot reloading at http://localhost:3000/
Please check out CONTRIBUTING.md for more information regarding how to contribute.