Notes App

This is submission for Dicoding course, Belajar Membuat Aplikasi Web dengan React. But a bit complicated.

Prerequisites

  1. Node.js v18
  2. NPM v9

or with nvm (Node Version Manager),

  1. Run nvm use.

Setup

  1. Clone or download the repository.
  2. Go to the project directory and run npm install.

Usage

Development

  1. Run dev server, npm run dev.

Build

  1. Run build script, npm run build.
  2. Preview with npm run preview.