💻 Desktop
📱 Mobile
A simple and responsive pet store management interface
I have deployed a clone of this repo at surge.sh in the link below:
General information
- Webpack do all the worker with loaders
- Pug template is used to make things faster
- Stylus is used to scale css
PS: It was not necessary to use javascript frameworks
How to install
- Install all dependencies with yarn. This is a very important thing cause I have locked all my packages version in yarnlock file.
How to use
- npm start => Serve the aplication in localhost:8080 in production mode
- npm run prod => Serve the aplication in localhost:8080 in production mode
- npm run dev => Triggers webpack-dev-server and serve application in localhost:8080 in development mode
- npm run build => build front-end application in /build folder