/SaveNotesFrontEnd

Front End for SaveNotes React App

Primary LanguageJavaScript

SaveNotes

SaveNotes is a simple, fast, and powerful note-taking application. Save your notes on cloud, and access them anywhere on any device. You can check it Here: savenotesweb.netlify.app

Netlify Status

Dependencies

Dependencies Installation

Install all the dependencies

npm install

Run

npm start

By running the above command, this application will be live on the local server

http://localhost:3000/

Build

After installing the dependencies and making the changes, you can build the application.

npm run build