View Star Wars characters data (The Star Wars API) and history of consulted characters in Stone's POS machine.
Made with Mamba SDK and Svelte -Mamba -Svelte
# Clone the project
git clone https://github.com/yasutot/POS-MambaSDK-StarWarsCharacters.git
# Enter the app directory
cd my-mamba-app
# Start the development server
mamba app start
npm run start
- Start the dev server;npm run serve
- Start a local http server;npm run build
- Build the production bundle;npm run build:dev
- Build the development bundle;npm run build:analyze
- Analyze the final bundle;npm run lint
- Lint all style and script files;npm run format
- Format all style and script files;