Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/hassanjadi/notes-app
- Owner: Hassanjadi
- Created: 2024-08-23T15:25:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:40:28.000Z (3 months ago)
- Last Synced: 2024-09-26T02:46:07.333Z (about 2 months ago)
- Topics: fetch-api, restful-api, webpack
- Language: JavaScript
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```