Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.31 KB

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

Current React Version State

This version of the app is built using React. This is a work in progress – please see the current live version

Project Set-Up

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/

Contributing

Please check out CONTRIBUTING.md for more information regarding how to contribute.