/react-nba-spa

Fullstack mobile React SPA for mock NBA league news

Primary LanguageJavaScriptMIT LicenseMIT

React NBA SPA

Fullstack mobile React SPA for mock NBA league news.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them:

Node.js

Installing

# Install server dependencies
npm install

# Run server in separate terminal tab
npm run dev-serve

# Run/start application
npm run start

# Build for production
npm run build

Built With

Acknowledgments

  • Coding Revolution
  • Create React App