This is submission for Dicoding course, Belajar Membuat Aplikasi Web dengan React. But a bit complicated.
- Node.js v18
- NPM v9
or with nvm (Node Version Manager),
- Run
nvm use
.
- Clone or download the repository.
- Go to the project directory and run
npm install
.
- Run dev server,
npm run dev
.
- Run build script,
npm run build
. - Preview with
npm run preview
.