NARAP Website for Senior Capstone Project setup (From the root NARAP folder) cd client npm install cd .. server npm install Compiles for development, but doesn't hot reload (For the back end, must be in server directory) node index.js Compiles and hot-reloads for development (For the front-end, must be in client directory) npm run serve Compiles and minifies for production (For the front-end, must be in client directory) npm run build Lints and fixes files (For the front-end, must be in client directory) npm run lint Customize configuration See Configuration Reference.