Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 532 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 532 Bytes

Setup

  1. Make sure you have Node.js installed.

  2. Clone this repository.

  3. Enter the repository and install the dependencies via npm or yarn:

    npm install

    or

    yarn
  4. Build the project files:

    npm run build

    or

    yarn build
  5. Start the server:

     npm run start

    or

    yarn start
  6. Example TODO app should now be up and running at http://localhost:8080