@tjmelo/tmx-venus
v3.2.3
Published
List Shop
Downloads
6
Readme
TMX Venus
Table of content
About app
Simple CRUD Shop List
This project is a simple CRUD elements list. Add an element to the list
- Edit element at list
- Exclude element at list
Preview Screens
Project Details
This app uses:
- [x] HTML
- [x] JavaScript
- [ ] Typescript
- [ ] Redux
- [x] Babel
- [x] Sass
- [x] Webpack
- [x] Docker
CSS
To compile CSS in the development process:
npm run css
Build
To generate build:
npm run build
Simple Develop Process
Download the project
Clone or fork this repository
git clone https://github.com/tjmelo/tmx-venus.git
cd tmx-venus
git checkout -b develop
npm install && npm start
Docker Develop Process
git clone https://github.com/tjmelo/tmx-venus.git
cd tmx-venus
docker compose up -d
Install from the command line
docker pull ghcr.io/tjmelo/tmx-venus:latest
or image in Docker Hub for optional download
docker pull tmwd/tmx-venus
Open the app on a browser http://localhost:9000
NPM Package
For installation by npm package :
Aggregated micro frontend
npm install @tjmelo/tmx-venus@latest
Have a code fun :fire: