Create a frontend for a practical test for fullstack javascript developer with experience in Vue, Node.js, Express, MongoDB, and Swagger.
- Install Node if you do not have it already.
- Clone the repo
git clone https://github.com/Odumz/clientelle.git
- Create a env file by running
touch .env
- Copy the fields from
sample_env
and replace with correct fields in your.env
file. - Install all dependencies by running
npm install || npm i
Run npm run serve
to start the development server. It will automatically rebuild the app upon file change.
local url for development: http://localhost:8080 //or PORT
Run npm run build
to start the production server
Run npm run lint
to fix linting issues