/bookmarks-project

Bookmarks Project

Primary LanguageJavaScriptMIT LicenseMIT

bookmarks-project

Bookmarks Project, add and filter bookmarks by tags.

To run project

  • In your terminal clone this project:
git clone git@github.com:GustavoGottardi/bookmarks-project.git
  • Enter in folder of project
cd bookmarks-project
  • Install the dependencies
npm install
  • To run in development mode:
npm run start
  • To run in production mode:
npm run build

See the project in: http://localhost:8080 or by url that it create

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT