Running the below shell script will install all dependencies and build the initial JavaScript files.
npm installnpm run testnpm run server Once dependencies are installed, a development server can be launched with the following shell script. It will watch for changes to files in the src/ folder.
npm run dev