/notes-client

Improved Dicoding notes app client frontend

Primary LanguageJavaScript

Project Front-End Notes App Back-End Fundamentals

Running a project in production:

Required:

  • NodeJS Fermium (14.x)

Clone this repository and cd into it:

git clone https://github.com/stackpan/notes-client

Configure .env file. By copying it from .env.example file

cp .env.example .env

set NEXT_PUBLIC_SERVER_URL value to your backend server url

Final steps:

npm install

npm run build

npm start