/1base

1base is the working title for a customer management and content delivery system.

Primary LanguageJavaScript

1base

1base is the working title for a customer management and content delivery system.

First Join our Waffle.io board to support this repo. https://waffle.io/miketheprogrammer/1base/join

Waffle.io - Columns and their card count

Installation

cd frontend; npm install; cd ../backend; npm install

Running the frontend

cd frontend

... then any of the following

npm start Starts the development server.

npm run build Bundles the app into static files for production.

npm test Starts the test runner.

Running the backend

cd backend

then make run-local

Testing the backend make test-local