-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hanwg edited this page Apr 27, 2025
·
1 revision
Welcome to the pdf-datatable wiki!
This section describes how to setup a development environment for building the app.
Skills required:
- React
- JavaScript
- HTML
- CSS
Pre-requisites: Node.js
- Clone the repository:
git clone https://github.com/hanwg/pdf-datatable.git - After cloning the repository, go to the project directory and run
npm installto install the project dependencies.
- Run
npm run build. - The output is in the
docsfolder.
Run npm start to start a local development server. Your web browser should automatically launch and navigate to the app homepage.