Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.81 KB

README.md

File metadata and controls

57 lines (30 loc) · 1.81 KB

BigWords Front-End

This project was bootstrapped with Create React App.

Installing Dependencies and Running Project

In your terminal or command line at the root of the project run:

yarn install

This will install required packages.

When finished, you can run the project with:

yarn start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Also, yarn build will create a production build. But the project we have for you right now is a collection of game demos.

Note on Functionality:

The front-end makes calls to the back-end project. Run the back-end project in addition to the front-end.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify