Products-list
- page by layout
- add/remove items
- form validation
- states animation
- adaptive
- sorting (by name, by price)
- preloader
- items list saving on reload
Project setup
npm install
cd server
npm install
Compiles and hot-reloads for development
npm run serve
cd server
npm run dev
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
Compiles and minifies for production
npm run build
npm start
Builds the app for production to the dist
folder.
It correctly bundles in production mode and optimizes the build for the best performance.
Open http://localhost:5050 to view it in the browser.
The build is minified and the filenames include the hashes.\
Lints and fixes files
npm run lint