/bookmarks-client-remix

Primary LanguageJavaScriptMIT LicenseMIT

Bookmarks Client Remix

Usage

  1. Clone this repository

    $ git clone git@github.com:calazans10/bookmarks-client-remix.git
    
  2. Change directory to the application folder

    $ cd bookmarks-client-remix
    
  3. Add environment variables

    $ mv .env.dist .env
    
  4. Install the dependencies

    $ npm install
    
  5. Run the server

    $ npm run dev
    
  6. Using a browser, go to http://localhost:3000 to load the initial page