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
cd frontend; npm install;
cd ../backend; npm install
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.
cd backend
then
make run-local
Testing the backend
make test-local