Skip to content

Camille-cmd/simplewishlist_frontend

Repository files navigation

Simplewishlist frontend

This is the frontend part of the Simplewishlist project. It is a simple wishlist application where users can create, update, delete and view their wishlists.

The full instructions to run the application with the backend can be found on the docker compose repository.

Requirements

  • Node.js
  • npm

Installation

See the installations instructions for both frontend and backend in the root directory README.md file.

Docker

  1. Clone this repository
  2. Create the environment file for the frontend by copying the .env.example file and renaming it to .env, available here..
  3. Run the following command to start the application:
    docker build -t simplewishlist_frontend .
    docker run simplewishlist_frontend

Manual

npm install
npm run dev

License

This project is licensed under the GNU Affero General Public License v3.0 - see the LICENSE.md file for details

About

Frontend for the open-source webapp SimplewishList, a website that lets you create easy wishlists.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages