Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hassanjadi/notes-app

"This is a project repository for a notes application using RESTFul Api as a data source and webpack as a module bundler"
https://github.com/hassanjadi/notes-app

fetch-api restful-api webpack

Last synced: 20 days ago
JSON representation

"This is a project repository for a notes application using RESTFul Api as a data source and webpack as a module bundler"

Awesome Lists containing this project

README

        

## Run Locally

Clone the project

```bash
git clone https://github.com/Hassanjadi/notes-app.git
```

Go to the project directory

```bash
cd project-name
```

Install dependencies

```bash
npm install
```

Start the developer mode

```bash
npm run dev
```

Start the build

```bash
npm run build
```