This repo contains frontend code for web version of notes taking app under the MDG WEEK.
Make sure to setup backend beforehand
- Installing Node
-
Windows and Mac
- Download LTS Version of Node JS
- Make sure that .msi file is downloaded
- After download is completed, click to accept the default setting and then click on install.
-
Linux
- Run
sudo apt install nodejs npm
in the terminal to install the LTS version.
- Run
- Download the project
-
Using git
- Clone the repo using
git clone https://github.com/nik-55/notes-taking-app.git
- Clone the repo using
-
Without git
- Go to Repo
- Click on code dropdown menu and download the zip
- Downloading dependencies
- Open the downloaded or clone folder in Vs Code
- Run
npm install
in terminal to install dependencies mentioned in package.json - After download is completed run
npm start
to start the web app at http://localhost:3000