(Working Title)
npm install
Run Development Server (Has live reloading)
npm run dev
Run production server
npm run build && npm start
npm start -- -p 4000 // Use port 4000 instead of default port (3000)
public
: Static CSS/Images/etc.pages
: Main pagescomponents
: React Componentspages/api
: Routes any/api/*
requests