calazans10 / bookmarks-client-remix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 78.0%Language:CSS 22.0%