npm install
npm run serve
npm run build
npm run lint
Node - 16.13.2
npm - 8.1.2
Vue - 2.6.12
Vuex - 3.6.2
App will run on http://parkspot.localhost:8080/. To configure the DNS in Windows, follow the steps below:
For Windows:
1. Go to C:\Windows\System32\drivers\etc
2. Open the hosts file
3. Change 127.0.0.1 localhost to 127.0.0.1 parkspot.localhost
For MacOS/Linux:
1. Add 127.0.0.1 parkspot.localhost in /etc/hosts
- If there are a lot of linting errors while setting up the project, run npm install eslint .
See Resource Link