Skip to content

nicharesuk/idb

Repository files navigation

This project was bootstrapped with Create React App.

This project was made by Weebs for Weebs.

How To Install

  • Make sure you have Node version 6 or above (This project was build with at least v6.11.4)

  • Make sure you have an updated Python 3 (This project was build with at least v3.5.0)

For a Local Build

run npm install

run npm start

This will open in a new tab on your defaul browser or port 3000 and port 5000 (for the back-end server).

For a Production Build

run npm install

run npm run build

run npm run server

This will open only the back-end server on port 5000 and hosts statically generated files.