Skip to content

zoogeny/whatiwant

Repository files navigation

What I Want

Installation

Project Setup

  • install dependencies
    npm install

  • initialize the database
    npm run init

Run production

  • Build the production client
    npm run build
    output will appear in /build directory

  • Run the express server
    npm start
    application is served from: http://localhost:4000/

Debug application

NOTE: both the api and client debug servers can be run simultaneously

Test application

  • To run interactive tests:
    npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published